Skip to content

web-ruslan/laravel-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-password-generator

Password Generator field instead Password field

  1. Download files in your project
  2. Add in function register() file app/Providers/AppServiceProvider.php line Voyager::addFormField(\App\FormFields\PasswordFormField::class); like below:
// file app/Providers/AppServiceProvider.php
public function register()
{
    /// other code
    Voyager::addFormField(\App\FormFields\PasswordFormField::class);
    /// other code
}
  1. Go to /admin/users/1/edit and you will see new Password Generator field instead Password field:

scr

Password Generation executing when you click "Key" button

License

The MIT License (MIT). Please see License File for more information.

About

Password Generator field instead Password field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors