Support the ongoing development of Laravel.io →
Installation Database
Last updated 1 year ago.
0

Do you by chance have your session driver setup for database sessions? if you do, but haven't created your sessions table, that would be where the error is coming from.

0

Indeed i havent created my session table, i have finally followed the documentation http://laravel.com/docs/4.2/session#database-sessions and add session table declaration on migration script.

Now i have SQL errors because none of my entity that extend Eloquent model are declared on migration script ... How can i generate database scheme ?

0

having an entity class shouldn't give errors? i always do composer update and dumpautoload to make sure laravel is looking at right places.. sometimes migration fails as well during a refresh or a rollback etc command..

0

Sign in to participate in this thread!

Eventy

Your banner here too?

acantepie acantepie Joined 19 Jun 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.