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

0.1.1 2015-08-16 14:36 UTC

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

...