plugide/playground
Composer 安装命令:
composer require plugide/playground
包简介
Plug IDE playground.
README 文档
README
Playground is a bundle of commands to create, list, remove plugins and use the laravel commands for each plugin.
Installation
To get started with playground run:
composer require plugide/playground --dev
Basic Usage
Create a new plugin
php artisan make:plugin <name>
php artisan make:plugin <type>:<name>
php artisan make:plugin <name> --type=module --stub=custom
List all plugins
php artisan list:plugin
Delete a plugin
php artisan delete:plugin <name>
php artisan delete:plugin <type>:<name>
php artisan delete:plugin <name> --type=module
Laravel commands
For the arguments and options of each command check the laravel documentation.
The commands have the following base structure.
php artisan plug:<action> --plug=module:blog
Example:
php artisan plug:model Category -mf --plug=module:blog
Database: Seeding -> Special case.
php artisan seed:plugin
php artisan seed:plugin <type>:<name>
License
Plug IDE is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-07