So I installed laravel on my server. Now I added the path using:
sudo PATH=$PATH:~/.composer/vendor/bin
Now laravel command works fine for root/sudo users but not for normal users. I want normal users to be able to use the command as well. Currently it's not found at all(as a normal user)
laravel: command not found
Is there a way to give all users access(or users with the group laravel for example)
I'm running UBUNTU 14.04
artisannotlaravel.