elephantux / artisan-admin-create by elephantux

A package which provides a simple user creation with artisan command
38
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-05-09 03:00:27
Package Statistics
Total Downloads: 38
Monthly Downloads: 0
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

...