M
M
Maxim2016-06-26 16:20:48
Laravel
Maxim, 2016-06-26 16:20:48

Laravel command not found?

Installed Apache, mysql, php7, also downloaded composer, in the folder which I made "domain" I made composer init. Now I want to install Laravel: I do

First, download the Laravel installer using Composer.
composer global require "laravel/installer"

Did it then:
laravel new blog

But Laravel writes command not found, and above it says
By specifying the ~/.composer/vendor/bin directory as PATH, it will be possible to use the laravel command.

How to specify PATH in ubuntu 16?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Muhammad, 2016-06-26
@KidsBout

export PATH="~/.composer/vendor/bin:$PATH"
stackoverflow.com/questions/25373188/laravel-insta...
stackoverflow.com/questions/27258930/how-do-i-plac...
https://laracasts.com/index.php/discuss/channels/g. ..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question