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-01-28 15:10:32 |
Package Statistics | |
---|---|
Total Downloads: | 17 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
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