elephantux / admin-create
A package which provides a simple user creation with artisan command
0.1.1
2015-08-16 14:36 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2024-11-13 10:39:59 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
...