This is expecting an extend of Illuminate\Support\ServiceProvider
'providers' => [
'...',
'Sail\Providers\G8TUserServiceProvider',
'...'
];
I haven't used the Laravel 5 Auth yet, but maybe this will help point you in the right direction, https://github.com/illuminate/auth/blob/master/AuthServiceProvider.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community