LaravelPackages.net
Acme Inc.
Toggle sidebar
stobys/laravel-password-policies

The Laravel password policies.

27
0
0.2.0
About stobys/laravel-password-policies

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

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 :

Star History Chart