Skip to content
Valentin Ivaşcu edited this page May 27, 2015 · 1 revision

#Lumen Installer

Get installer

composer global require "laravel/lumen-installer=~1.0"

Create alias

sudo nano ~/.bash_alias

and at the end add:

alias lumen='~/.composer/vendor/bin/lumen'

save file, then reload source: source ~/.bash_aliases

Now if you type lumen you will see lumen installer commands.

##To install a fresh Lumen

Go to document root

cd /vagrant/shared/www

Get last version

lumen new YourProjectName

Clone this wiki locally