Artisan Laravel not installed

Asked

Viewed 914 times

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
  • When I try to call this command, you were in the project folder in the terminal?

  • @rray was this very... did not know... please write this in a reply to hate to give as accepted.

2 answers

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

You are not signed in. Login or sign up in order to post.