← prev | next →
StanleyMasinde 2019-02-05 00:37:50
AMIN01KZ 2019-02-05 00:37:05
There’s a file you need to edit
Use vi or nano to edit .bashrc
then add the following
export PATH=”$HOME/.composer/vendor/bin:$PATH”
Yeah this is for 18
AMIN01KZ 2019-02-05 00:38:03
c0urage 2019-02-05 00:37:49
Where would I locate that?
Doesn’t matter
AMIN01KZ 2019-02-05 00:38:20
Just in a new line
c0urage 2019-02-05 00:39:59
StanleyMasinde 2019-02-05 00:42:08
c0urage 2019-02-05 00:39:59
Sorry
composer create-project –prefer-dist laravel/laravel blog
StanleyMasinde 2019-02-05 00:42:30
StanleyMasinde 2019-02-05 00:42:08
Sorry
composer create-project –prefer-dist laravel/laravel blog
Replace blog with your projects name
c0urage 2019-02-05 00:42:31
StanleyMasinde 2019-02-05 00:42:54
This is for the installer I’m correcting it
c0urage 2019-02-05 00:43:31
StanleyMasinde 2019-02-05 00:42:54
This is for the installer I’m correcting it
It gives my this error now “Could not find package laravel/api with stability stable”
StanleyMasinde 2019-02-05 00:43:52
c0urage 2019-02-05 00:43:31
It gives my this error now “Could not find package laravel/api with stability stable”
composer create-project –prefer-dist laravel/laravel blog
c0urage 2019-02-05 00:44:54
oooh I had to replace blog.
I was replacing “laravel blog”
c0urage 2019-02-05 00:45:03
My apologies, it is working now, thank you so much for your help.
c0urage 2019-02-05 00:45:14
I assume that I am good to go and that my laravel project has been created?
StanleyMasinde 2019-02-05 00:45:27
c0urage 2019-02-05 00:45:03
My apologies, it is working now, thank you so much for your help.
You’re welcome goodluck in your project
c0urage 2019-02-05 00:47:37
StanleyMasinde 2019-02-05 00:45:27
You’re welcome goodluck in your project
Thanks so much
c0urage 2019-02-05 00:47:47
AMIN01KZ 2019-02-05 00:37:05
There’s a file you need to edit
Use vi or nano to edit .bashrc
then add the following
export PATH=”$HOME/.composer/vendor/bin:$PATH”
You too, thanks a lot brother
AMIN01KZ 2019-02-05 00:49:12
c0urage 2019-02-05 00:45:14
I assume that I am good to go and that my laravel project has been created?
You’re welcome!
When you see the message “Build something amazing” in terminal you’re good to go!
c0urage 2019-02-05 00:50:11
AMIN01KZ 2019-02-05 00:49:12
You’re welcome!
When you see the message “Build something amazing” in terminal you’re good to go!

c0urage 2019-02-05 00:50:19
One more issue, I have already installed php xml though
AMIN01KZ 2019-02-05 00:52:19
What php version is installed?
c0urage 2019-02-05 00:52:33
7.2.14-1
AMIN01KZ 2019-02-05 00:52:49
According to the php version you have to install xml
AMIN01KZ 2019-02-05 00:53:07
Like:
sudo apt-get install php7.2-xml
c0urage 2019-02-05 00:53:32
so I should get 7.2.14-xml or 7.2-xml
StanleyMasinde 2019-02-05 00:53:46
sudo apt install php7.2-xml
StanleyMasinde 2019-02-05 00:54:21
Use apt-cache search to search for the correct name
StanleyMasinde 2019-02-05 00:54:57
apt-cache search php-7.2
AMIN01KZ 2019-02-05 00:55:40
c0urage 2019-02-05 00:53:32
so I should get 7.2.14-xml or 7.2-xml
Type
sudo apt-get install php7.2-
Then press Tab
It gives you the list of packages
If you find it go for it
c0urage 2019-02-05 00:57:17
You guys are great help, I appreciate it a lot!
AMIN01KZ 2019-02-05 00:57:34
Sure!
c0urage 2019-02-05 01:18:43
I need one more help, with github if anyone can help me
c0urage 2019-02-05 01:18:52
You’ve successfully authenticated, but GitHub does not provide shell access.
c0urage 2019-02-05 01:18:58
How can I access github now?
Soyjonathanespinosa 2019-02-05 06:34:25
Hello partners, any tutorial for a full laravel 5.7 + vue crud?
Ali_kazimi 2019-02-05 06:49:41
Hi
How i can install rtl-bootstrap in laravel
StanleyMasinde 2019-02-05 06:54:06
Soyjonathanespinosa 2019-02-05 06:34:25
Hello partners, any tutorial for a full laravel 5.7 + vue crud?
I think you are biting a little bit more than you can chew.
As for me I took a day off just to read the laravel docs. (Very important).
I read each an every part without coding that wa just to help me understand what laravel was.
The second time and the rest of the month I did it while coding.
My advice don’t rush things
mahdialk 2019-02-05 07:36:49
Ali_kazimi 2019-02-05 06:49:41
Hi
How i can install rtl-bootstrap in laravel
Google it, you can find it .
2019-02-05 09:51:15
hi guys
i have a question about concept of this code
$this->app->singleton(Factory::class, function ($app) {
return new SocialiteManager($app);
});
can we say, factory binded to an object of SocialiteManager class?
or if we cant say, can u plz explain what excatly happens?
hamidshariati_ir 2019-02-05 12:46:09
how can I trace a route? my ajax to panel/candidates with no response navigate to current location (panel/jobs/6) with method not allowd error!
2019-02-05 12:55:02
hamidshariati_ir 2019-02-05 12:46:09
how can I trace a route? my ajax to panel/candidates with no response navigate to current location (panel/jobs/6) with method not allowd error!
PHP artisan route:list
sonvisalpv 2019-02-05 13:01:35
hello all i am use datatable in laravel but when i has data 100k it spend many time to load data how to solve this problem
2019-02-05 13:03:35
Use Laravel pagination
2019-02-05 13:03:52
Or use Ajax and then bind data to data table
l_alexis 2019-02-05 13:08:47
Btw you’d like Simple Pagination instead of LengthAware, it works faster because don’t execute extra query for counting total rows
StanleyMasinde 2019-02-05 13:12:00
sonvisalpv 2019-02-05 13:01:35
hello all i am use datatable in laravel but when i has data 100k it spend many time to load data how to solve this problem
You can use laravels pagination then call datatable from the frontend.
$(‘.table’).dataTable();
StanleyMasinde 2019-02-05 13:12:14
StanleyMasinde 2019-02-05 13:12:00
You can use laravels pagination then call datatable from the frontend.
$(‘.table’).dataTable();
It’s a shortcut though
Leetump 2019-02-05 18:52:33
Which is simple admin panel to integrate it
Soyjonathanespinosa 2019-02-05 18:56:06
Leetump 2019-02-05 18:52:33
Which is simple admin panel to integrate it
Yours.
Leetump 2019-02-05 18:57:31
Actually I use a voyager
Leetump 2019-02-05 18:57:44
Is any other admin panel
← prev | next →