Skip to content

stobys/laravel-password-policies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Password Policies

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 :