Skip to content

Instantly share code, notes, and snippets.

@summerblue
Created October 13, 2013 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save summerblue/6962476 to your computer and use it in GitHub Desktop.
Save summerblue/6962476 to your computer and use it in GitHub Desktop.
laravel start
git clone git://github.com/andrew13/Laravel-4-Bootstrap-Starter-Site.git $1 cd $1
composer install --dev
php artisan migrate
php artisan db:seed
php artisan serve
open http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment