alfred-nutile-inc / password-resetter
Simple Command to reset a users password
Installs: 14 999
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 15
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- illuminate/support: *
This package is not auto-updated.
Last update: 2024-11-09 18:22:12 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