I\'m trying to start laravel,
Found the following line in their tutorial:
Make sure to place the ~/.composer/vendor/bin directory in your PATH
You need to install Laravel using
composer global require laravel/installer
Otherwise, even adding it to PATH won't help.