Download the PHP package mcmatters/laravel-user-commands without Composer
On this page you can find all versions of the php package mcmatters/laravel-user-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-user-commands
Laravel User Commands
Package with laravel user commands.
Installation
Include the service provider within your config/app.php
file.
Publish the configuration.
Then open the config/user-commands.php
and configure namespaces for your models.
Requirements
This package requires php 7.0
or higher and Laravel 5.2
or higher.
Usage
Available commands:
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
All versions of laravel-user-commands with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
illuminate/support Version ^5.2 || 6.* || 7.*
illuminate/database Version ^5.2 || 6.* || 7.*
illuminate/console Version ^5.2 || 6.* || 7.*
illuminate/support Version ^5.2 || 6.* || 7.*
illuminate/database Version ^5.2 || 6.* || 7.*
illuminate/console Version ^5.2 || 6.* || 7.*
The package mcmatters/laravel-user-commands contains the following files
Loading the files please wait ....