dev-master
9999999-dev
MIT
The Requires
by Dmitry Borzyonok
v1.0.2
1.0.2.0
MIT
The Requires
by Dmitry Borzyonok
v1.0.1
1.0.1.0
MIT
The Requires
by Dmitry Borzyonok
v1.0
1.0.0.0
MIT
The Requires
by Dmitry Borzyonok
Wallogit.com
2017 © Pedro Peláez
Package with laravel user commands., (*1)
composer require mcmatters/laravel-user-commands
Include the service provider within your config/app.php file., (*2)
'providers' => [
McMatters\UserCommands\ServiceProvider::class,
]
Publish the configuration., (*3)
php artisan vendor:publish --provider="McMatters\UserCommands\ServiceProvider"
Then open the config/user-commands.php and configure namespaces for your models., (*4)
This package requires php 7.0 or higher and Laravel 5.2 or higher., (*5)
Available commands:, (*6)
php artisan user:assign-role {user} {role} - Attach role for given userphp artisan user:sanitize - Sanitize all user emails. You can configure which users should be taken through the scopesphp artisan user:update-password {user} - Update password for given user
MIT
MIT
MIT
MIT