-
Notifications
You must be signed in to change notification settings - Fork 1
Laravel installer
Valentin Ivaşcu edited this page May 27, 2015
·
1 revision
#Laravel Installer
Get installer
composer global require "laravel/installer=~1.1"
Create alias
sudo nano ~/.bash_alias
and at the end add:
alias laravel='~/.composer/vendor/bin/laravel'
save file, then reload source: source ~/.bash_aliases
Now if you type laravel
you will see laravel installer commands.
##To install a fresh Laravel
Go to document root
cd /vagrant/shared/www
Get last version
laravel new YourProjectName