alfred-nutile-inc / password-resetter
There is no license information available for the latest version (dev-master) of this package.
Simple Command to reset a users password
Package info
github.com/alfred-nutile-inc/password-resetter
pkg:composer/alfred-nutile-inc/password-resetter
dev-master
2015-05-29 13:45 UTC
Requires
- php: >=5.4.0
- illuminate/support: *
This package is not auto-updated.
Last update: 2026-03-15 01:27:33 UTC
README
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