irfa/lockout is a Laravel package for "lock account if failed login".
It currently has 3 GitHub stars and 12 downloads on Packagist (latest version v1.0.3).
Install it with composer require irfa/lockout.
Discover more Laravel packages by irfa
or browse all Laravel packages to compare alternatives.
Last updated
composer require irfa/lockout
You can get Composer here
'providers' => [
....
Irfa\Lockout\LockoutAccountServiceProvider::class,
];
'aliases' => [
....
'Lockout' => Irfa\Lockout\Facades\Lockout::class,
],
php artisan vendor:publish --tag=lockout-account
Open .env file and add this line (optional)
....
LOGIN_ATTEMPS=3
LOGGING=true
git commit -m 'Add some Feature')git push origin version)If you found issues or bug please create new issues here https://github.com/irfaardy/lockout-account/issues/new