-
- Fortify Version: 1.7.0
- Laravel Version: 8.14.0
- PHP Version: 7.4.10
- Database Driver & Version: pdo & 10.4.14-MariaDB
custom guard not working.
### fortify.php config file
```
-
Reposting from https://github.com/laravel/framework/issues/19524 per @themsaid.
In a default Laravel application, [RegisterController::validator](https://github.com/laravel/laravel/blob/master/app/…
jhoff updated
4 years ago
-
That's on this line: https://github.com/laravel/fortify/blob/bfcc01219b0b10dd7b9161aa9da33af28f566320/stubs/fortify.php#L32
![image](https://user-images.githubusercontent.com/8201077/95031353-ccd09…
-
Hi,
I totally love the default options we've with Laravel Fortify, however it would be nice to be able to change the registered routes uris. Currently you're stuck with the default naming conventio…
-
In laravel/ui package we have function guard() to custom guard, can we add it to fortity ?
-
Hi,
I have no validation message for password field (in reset-password page)
https://github.com/skydiver/laravel-fortify-demo/blob/b7b453c450dd2a35cf72d96fbc2915df65f70c17/resources/views/auth/r…
rk4an updated
4 years ago
-
I'm facing a problem with **Fortify Routes** knowing that they are not exposed on **Auth::routes()** like **Laravel UI**. I want to populate Fortify Routes in a route group to enable route globalizati…
-
I have configured ldaprecord to use plan authentication along with published Laravel's authentication scaffolding using the laravel/jetstream package per the documentation.
Upon submitting a valid …
-
php artisan --version: Laravel Framework 8.8.0
php -v: PHP 7.4.9 (cli) (built: Aug 4 2020 11:52:41) ( ZTS Visual C++ 2017 x64 )
Laravel Ldaprecord 1.7.2
Hi.
I am studying LdapRecord to use it i…
-
I haven't found any ways to override the register, login and logout paths. For some projects it would be nice to use localized paths (e.g. l8.test/logg-inn).
Would it be a solution to add the path…