Installed Apache, mysql, php7, also downloaded composer, in the folder that I made the "domain" did composer init. Now I want to install Laravel: I do
First download the Laravel installer using Composer.
composer global require "laravel / installer"
I did, then:
laravel new blog
But Laravel writes the command was not found, but the above is
By specifying the ~ / .composer / vendor / bin directory as the PATH, it will be possible to use the laravel command.
How to specify PATH in ubuntu 16?