0

laravel command is not found

I tried installing Laravel in CentOS but it returned the not found error.

composer global require " laravel/installer" 
laravel new [project-name]

I came to know that the error exists because of path not added. If this is the exact solution, then how and where to add the path..??

jayden
asked Feb 16, 2017
1 Answer
1

To add the path run the below command

export PATH="~/.composer/vendor/bin:$PATH"
View More
jagannatharumugam
answered Feb 16, 2017
Your Answer
||||
 
100:0

Related News in laravel command is not found

Related News in laravel command is not found