D
D
DrunkMaster2016-04-16 17:53:55
Composer
DrunkMaster, 2016-04-16 17:53:55

Installing lumen from laravel?

global require "laravel/lumen-installer" succeeded:
9f82f93c5b0f4f509badab2887b7a2f9.png
Then the lumen new blog command throws an error
975a87b5de754003b2b41ec8d9105b60.png
The installation instructions say "Make sure to place the ~/.composer/vendor/bin directory in your PATH so the lumen executable can be located by your system." I didn’t understand this at all what should be placed in which path and how to achieve this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Kolesnikov, 2016-04-16
@kolesnikov_i

Add to PATH "~/.composer/vendor/bin"
Example on linux
and run "lumen new blog", without any "php composer.phar"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question