stobys/laravel-password-policies is a Laravel package for the laravel password policies..
It currently has 0 GitHub stars and 27 downloads on Packagist (latest version 0.2.0).
Install it with composer require stobys/laravel-password-policies.
Discover more Laravel packages by stobys
or browse all Laravel packages to compare alternatives.
Last updated
Use composer to install the package:
composer require stobys/laravel-password-policies
In order to start, you have to publish the config file, and the migration:
php artisan vendor:publish --provider="SylveK\LaravelPasswordPolicies\LaravelPasswordPoliciesServiceProvider"
Modify the config file according to your project, then migrate the database
php artisan migrate
The MIT License (MIT). Please see License File for more information.
I was inspired, and take some from those packages :