Artisan Laravel not installed

1

I installed laravel with composer all working ... I use commands like laravel new projeto , but if I use a command like php artisan list it informs that the artisan command is not recognized ... How can I "install artisan"? Note:

  • Use Mac
  • Use MAMP
asked by anonymous 15.11.2015 / 01:08

1 answer

1

To use the artisan commands it is necessary to be in the project folder in the terminal.

    
15.11.2015 / 02:45