alfred-nutile-inc/password-resetter

Simple Command to reset a users password
15,720
Install
composer require alfred-nutile-inc/password-resetter
PHP:>=5.4.0
Last Updated:May 29, 2015
Links: GitHub  ·  Packagist
Maintainer: alnutile

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

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444