unicodeveloper created a package that we can use to verify the user provided password is not one of the top 10,000 worst passwords as analyzed by a respectable IT security analyst.

If you want to prevent your users from having dump password, this is a good package for you!

Installation

PHP 5.5+ or HHVM 3.3+, and Composer are required.

To get the latest version of Laravel Password, simply add the following line to the require block of your composer.json file.

"unicodeveloper/laravel-password": "1.0.*"

You'll then need to run composer install or composer update to download it and have the autoloader updated.

Once Laravel Password is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

Unicodeveloper\DumbPassword\DumbPasswordServiceProvider::class

user password

user password 2