asorasoft/command
Composer 安装命令:
composer require asorasoft/command
包简介
Simple laravel command
README 文档
README
A simple laravel command
Installation
To install, you need to follow the below command in your root laravel project.
composer require asorasoft/command
Your need to register the command service provider in config/app.php file.
<?php /* * Package Service Providers... */ Asorasoft\Command\AsorasoftCommandServiceProvider::class,
Available commands
Which process? [List user]:
[0] List user
[1] List role
[2] List permission
[3] Change user's password
[4] Change E-mail address
>
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-11