rerun migration script, do composer update & artisan cache clear... to see if that helps..
also look in the User model for the table syntax..
Did you specify "protected $table = 'xxx'" in your Eloquent model? (I'm not sure if that's what you meant when you say you changed the table variables in User.)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community