php artisan serve bash php command not found windows 10 code example
Example 1: laravel command not found after installing laravel mac
export PATH="$PATH:$HOME/.composer/vendor/bin"
Example 2: laravel: command not found
#these commands executed on Ubunyu 20.04
export PATH=~/.config/composer/vendor/bin:$PATH
source ~/.bashrc