The remember_token is a string and should be automatically regenerated at each time a user logs in so having it be NULL shouldn't be a problem.
However, you should be able to do a update in your seed file. Just use an update statement instead of a create.
TableName::update(... instead of TableName::create in the seed file.
That is what i am tying to create something like that http://www.leather4sure.net
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community