unicodeveloper / laravel-hackathon-starter

:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
http://hackathon-starter-staging.herokuapp.com/
MIT License
1.63k stars 298 forks source link

Cleared up some typos / mistakes for setting up the books Demo #14

Closed engelju closed 8 years ago

engelju commented 8 years ago

I followed the tutorial for setting up the Books page and noticed some mistakes and typos. This PR should fix them.

engelju commented 8 years ago

The traivs ci-check will always fail because php artisan migrate --force fails, as there is no existing DB called forge. This also seems to be the problem why the travis ci-check in #13 seems to be failing.