Answers for "laravel not found ubuntu"

PHP
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

laravel command not found ubuntu

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

laravel command not found ubuntu

//on mac
echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' > ~/.bashrc
source ~/.bashrc
Posted by: Guest on March-27-2021

Code answers related to "laravel not found ubuntu"

Browse Popular Code Answers by Language