| Package Data | |
|---|---|
| Maintainer Username: | kilrizzy |
| Maintainer Contact: | jeffkilroy@gmail.com (Jeff Kilroy) |
| Package Create Date: | 2015-04-06 |
| Package Last Update: | 2015-04-06 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:06:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 18 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel 5 User / Role Commands
Requires models for App\User and App\Role, preferably used with Zizaco/entrust
"kilrizzy/user-commands": "1.*"
'Kilrizzy\UserCommands\UserCommandsServiceProvider',
Creates 2 artisan commands:
php artisan role:create
php artisan user:create