elephantux/admin-create

A package which provides a simple user creation with artisan command

0.1.1 2015-08-16 14:36 UTC

This package is not auto-updated.

Last update: 2024-03-20 07:50:18 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

...