Skip to content

alfred-nutile-inc/password-resetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Password Resetter

Install

Add to your Kernel.php file

protected $commands = [
        'AlfredNutileInc\PasswordResetter\SetUserPasswordCommand',
		'AlfredNutileInc\CoreApp\AngularStubber\AngularStubberCommand',
		'Approve\Console\Commands\CleanUploadsCommands'
    ];

And run...

Simple command to help us manage passwords at the command line.

php artisan core-app:password-reset --help

For more info

About

Simple Command for Laravel 5 to reset passwords of a user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages