/*
|--------------------------------------------------------------------------
| Default Authentication Driver
|--------------------------------------------------------------------------
|
| This option controls the authentication driver that will be utilized.
| This driver manages the retrieval and authentication of the users
| attempting to get access to protected areas of your application.
|
| Supported: "database", "eloquent"
|
*/
'driver' => 'eloquent',
Я так понимаю ,если я напишу свой драйвер, и переключу его
'driver' => 'sentinel',
,то я смогу использовать фасад Auth, и мне будут доступны методы Sentinel. Но как быть с тем, что Sentinel использует метод
Sentinel::getUser()
, а Eloquent