Answers for "laravel command not found ubuntu 20.04"

PHP
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
0

laravel command not found ubuntu

composer global require "laravel/installer"
Posted by: Guest on March-27-2021
0

laravel command not found ubuntu

export PATH="$PATH:$HOME/.config/composer/vendor/bin"
Posted by: Guest on March-27-2021
0

command not found: laravel

# For mac just run these 2 commands
echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >>  ~/.zshrc
source ~/.zshrc
Posted by: Guest on December-10-2020
0

laravel command not found ubuntu

nano .bashrc
Posted by: Guest on March-27-2021

Code answers related to "laravel command not found ubuntu 20.04"

Browse Popular Code Answers by Language