| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/vendor/laravel/fortify/config/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/vendor/laravel/fortify/config/fortify.php |
<?php
use Laravel\Fortify\Features;
return [
'guard' => 'web',
'middleware' => ['web'],
'passwords' => 'users',
'username' => 'email',
'email' => 'email',
'views' => true,
'home' => '/home',
'prefix' => '',
'domain' => null,
'limiters' => [
'login' => null,
],
'features' => [
Features::registration(),
Features::resetPasswords(),
Features::emailVerification(),
Features::updateProfileInformation(),
Features::updatePasswords(),
Features::twoFactorAuthentication(),
],
];
|