Answers for "create new laravel project cmd on mac"

1

install laravel globally mac

// Adding Laravel to global Path in mac
export PATH="$PATH:$HOME/.composer/vendor/bin"
Posted by: Guest on October-07-2021

Code answers related to "create new laravel project cmd on mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language