plugide/playground 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-07