As I told you, It keep using 'users' table.. so maybe changing auth.php file might works
You also need to open up app/config/auth.php and change 'table' item with your table name. See https...
What's 'show.connect'? I guess it's not a valid URL. Maybe you want to call Redirect::route() or eve...
I recommend you first to build your sql query directly on db then convert it to eloquent
You could config to do this directly in your schema database and not eloquent. created_at as TIMEST...
The Laravel portal for problem solving, knowledge sharing and community building.