stobys / laravel-password-policies
The Laravel password policies.
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2
This package is auto-updated.
Last update: 2025-03-07 23:56:25 UTC
README
Installation
Use composer to install the package:
composer require stobys/laravel-password-policies
Configuration
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
License
The MIT License (MIT). Please see License File for more information.
Credits
I was inspired, and take some from those packages :