mahimahi/auth-command
Composer 安装命令:
composer require mahimahi/auth-command
包简介
Command cli to create/manage users
README 文档
README
Create users from the command line
Requirements
- PHP => 5.6.4
- Laravel >= 5.4
Installation
Composer
Run the following to include this via Composer
composer require mahimahi/auth-command
Then add Nexmo\Laravel\NexmoServiceProvider to the providers array in your config/app.php:
MahiMahi\AuthCommand\AuthCommandServiceProvider::class,
Usage
Create users from the cli :
php artisan auth:create-user "John Doe" john@doe.com
统计信息
- 总下载量: 159
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-05