composer require irfa/lockoutYou 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
- Fork it (https://github.com/irfaardy/lockout-account/fork)
- Commit your changes (
git commit -m 'Add some Feature') - Push to the branch (
git push origin version) - Create a new Pull Request
If you found issues or bug please create new issues here https://github.com/irfaardy/lockout-account/issues/new