Skip to content

Installation

Kevin Lee edited this page Feb 11, 2016 · 2 revisions

Copy this project into your working directory.

Within that directory, run

composer install
npm install
php artisan migrate
php artisan db:seed

Now you're ready to begin development!

Clone this wiki locally