elephantux / artisan-admin-create by elephantux

A package which provides a simple user creation with artisan command
40
0
2
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: 2024-11-20 03:00:57
Package Statistics
Total Downloads: 40
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

artisan-admin-create

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

...