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.
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 ?
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..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community