| 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: | 2025-10-23 15:03:59 |
| Package Statistics | |
|---|---|
| Total Downloads: | 40 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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
...