Download the PHP package mijatovicmilan/laravel-password-generator without Composer
On this page you can find all versions of the php package mijatovicmilan/laravel-password-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mijatovicmilan/laravel-password-generator
More information about mijatovicmilan/laravel-password-generator
Files in mijatovicmilan/laravel-password-generator
Package laravel-password-generator
Short Description Create a secure password.
License MIT
Homepage https://github.com/mijatovicmilan/laravel-password-generator
Informations about the package laravel-password-generator
Generate secure password.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
GeneratePassword action accept 2 parameters, both parameters are optinal. First parameter is password length, if left empty we will use length defined in config. Second parameter is password strength, if left empty we will use strength defined in config file.
or
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-password-generator with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0