Laravel command not found... solved in 3 steps

preview_player
Показать описание
Issue with laravel command in the terminal after installing composer..
Solution for laravel: command not found

Hope your are succefully installed composer..

FOLLOW THE STEPS BELOW

Step 1 : find the composer config files
you can see the dir after this command
composer global require "laravel/installer"
or follow me

Step 2 : Edit .bashrc using nano ~/.bashrc and export your composer config file :

export PATH="$PATH:$HOME/.config/composer/vendor/bin"

Step 3 : Refresh your .bashrc using the command source ~/.bashrc and type laravel command
Рекомендации по теме
Комментарии
Автор

Thank you! I was trying to find solution for this for an hour already!

АлексейЗахарченко-ос
Автор

*Thank you so much for sharing your feedback on my video "Shiv Shiv- Rajan Mishra....*
*God Bless You Dear with all Happiness and Love....*
*So Sweet of You...*
*It really means a lot...*

micromaxin-youtubefanclub
Автор

Huge help. Thank you so much! CentOS 7

garett
Автор

You also serve my life brother. Thank youuuu!

networkingoverflow