We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It would be cool to be able to change login for Laravel's default email here:
login
email
laravel-ban/src/Http/Middleware/LogsOutBannedUser.php
Line 57 in 8b78c2f
And here:
laravel-ban/src/Http/Middleware/ForbidBannedUser.php
Line 51 in 8b78c2f
This way it would work out-of-the-box with Laravel.
Currently my workaround is middleware override.