Package Data | |
---|---|
Maintainer Username: | elephantux |
Maintainer Contact: | slon@offline.lv (Slon) |
Package Create Date: | 2015-08-16 |
Package Last Update: | 2015-08-16 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-20 03:00:57 |
Package Statistics | |
---|---|
Total Downloads: | 40 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A package which provides a simple user creation with artisan command.
Run the following command
composer require elephantux/admin-create
Then add service provider to config/app.php :
Elephantux\AdminCreate\AdminCreateServiceProvider::class,
In console:
php artisan admin:create admin@email.com password
...