Answers for "laravel command not found in linux"

2

laravel: command not found

export PATH=~/.config/composer/vendor/bin:$PATH

source ~/.bashrc
Posted by: Guest on September-01-2020
0

laravel command not found ubuntu

source ~/.bashrc
Posted by: Guest on March-27-2021
1

laravel: command not found

#these commands executed on Ubunyu 20.04
export PATH=~/.config/composer/vendor/bin:$PATH
source ~/.bashrc
Posted by: Guest on November-30-2020
0

laravel command not found

echo 'export PATH="~/.config/composer/vendor/bin"' >> ~/.bashrc
# or
echo 'export PATH="~/.config/composer/vendor/bin"' >> ~/.zshrc
Posted by: Guest on September-27-2020

Code answers related to "laravel command not found in linux"

Browse Popular Code Answers by Language