CodeTheCity / volunteer-app

5 stars 2 forks source link
ctc1

Volunteer App

Build Status

Installation instructions

composer must be updated to install defined Laravel Packages & Dependencys

composer update

App Key

Generate a new authorisation key:

php artisan key:generate

Permissions:

chmod 777 app/storage/sessions/

Migrate the Schema

http://four.laravel.com/docs/migrations

php artisan migrate