marcandreappel/laravel-artisan-users
Composer 安装命令:
composer require marcandreappel/laravel-artisan-users
包简介
An artisan command for fast user management.
README 文档
README
A collection of Laravel artisan commands to manage users on the cli.
Installation
You can install the package via composer:
composer require marcandreappel/laravel-artisan-users
Usage
First publish the config and adjust your User model. If you want to use the simple role system, see below.
artisan publish vendor:publish --provider="MarcAndreAppel\ArtisanUsers\ArtisanUsersServiceProvider" --tag="config"
Then you're good to go for the first command, just answer the questions:
artisan user:add
Else you can edit an user:
artisan user:edit
Testing
The test can be run with:
composer test
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
Some parts are from the Laravel Package Boilerplate generator.
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-17