What I'm trying to accomplish:
Create a new Laravel project
What I'm trying:
I've been trying to follow the installation instructions
sudo composer global require laravel/installer
export PATH="/home/hedwin/.composer/vendor/bin:$PATH"
When I try to run the following command:
sudo Laravel new trainingLaravel
it returns this error:
sudo: laravel: command not found
You can see my picture for details : Terminal
I'm on ubuntu 18.04.
Thanks a lot for every help..