I am have installed laravel via composer using the following procedure in my Ubuntu 17.04 running on the latest Oracle Virtualbox:
Steps:
1) composer global require "laravel/installer"
2) nano .bashrc
3) I added export PATH="$PATH:$HOME/.composer/vendor/bin"
4) saved changes.
I even added this line to .profile logged out then back in again but I am still getting laravel command not found.
What am I doing wrong?
For MAC users:
In terminal, type follow this:
1. nano ~/.bash_profile
2. export PATH="~/.composer/vendor/bin:$PATH"
If you are new in terminal, please try follow this youtube video.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With