2
I installed the Laravel with Composer all working ... I use commands like laravel new projeto, but I use a command like php artisan list he informs that the Artisan command is not recognized... How can I "install Artisan"?
Obs :
- Mac usage
- MAMP
2
I installed the Laravel with Composer all working ... I use commands like laravel new projeto, but I use a command like php artisan list he informs that the Artisan command is not recognized... How can I "install Artisan"?
Obs :
2
To use Artisan commands you need to be in the project folder in the terminal.
@augustoFurlan, you can edit if you have anything else to add.
0
within the project folder you must give Composer install to install the project dependencies
Browser other questions tagged php laravel artisan
You are not signed in. Login or sign up in order to post.
When I try to call this command, you were in the project folder in the terminal?
– rray
@rray was this very... did not know... please write this in a reply to hate to give as accepted.
– Augusto Furlan