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
- 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