davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 171 forks source link

Remember_token #28

Closed dmassiani closed 10 years ago

dmassiani commented 10 years ago

User logout generate QueryException because "remembre_token" is unknow column from user database.

davzie commented 10 years ago

Can you change your composer.json for this package to be 'dev-master' , composer update and give this another go. You will have to run the package's migrations as a new one was added a while back to deal with the remember_token issue that Laravel had.

dmassiani commented 10 years ago

Ok, done