elephantux / admin-create
A package which provides a simple user creation with artisan command
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/elephantux/admin-create
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2025-10-01 14:46:50 UTC
README
A package which provides a simple user creation with artisan command.
Installation
Run the following command
composer require elephantux/admin-create
Then add service provider to config/app.php :
Elephantux\AdminCreate\AdminCreateServiceProvider::class,
Usage
In console:
php artisan admin:create admin@email.com password
...