Commit fd364b17 authored by Nicolas Widart's avatar Nicolas Widart

Publish new user config

parent 416e3fb0
<?php <?php
return [ return [
/*
|--------------------------------------------------------------------------
| Define which user driver to use.
|--------------------------------------------------------------------------
| Current default and only option : Sentinel
| Sentry option is outdated
*/
'driver' => 'Sentinel', 'driver' => 'Sentinel',
/*
|--------------------------------------------------------------------------
| Define which route to redirect to after a successful login
|--------------------------------------------------------------------------
*/
'redirect_route_after_login' => 'homepage',
/*
|--------------------------------------------------------------------------
| Login column(s)
|--------------------------------------------------------------------------
| Define which column(s) you'd like to use to login with, currently
| only supported by the Sentinel user driver
*/
'login-columns' => ['email'],
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment