Answer the question
In order to leave comments, you need to log in
Installing lumen from laravel?
global require "laravel/lumen-installer" succeeded:
Then the lumen new blog command throws an error
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
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 questionAsk a Question
731 491 924 answers to any question