承接 denizozturk/quick-command 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

denizozturk/quick-command

最新稳定版本:v1.0

Composer 安装命令:

composer require denizozturk/quick-command

包简介

This is a collection of quick commands for your laravel project. It includes commands for actions, enums, helper, traits and other stuff.

README 文档

README

This is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Installation

You can install the package via composer:

composer require denizozturk/quick-command

Usage

php artisan quick:make CollectionName --type=action

Note You can use php artisan quick:make command with --type=action or --type=contract or --type=enum or --type=helper or --type=trait

Warning If you created a global helper, you should update your compose.json file. As you can see in the example below:

{
  "autoload": {
    "files": [
      "app/Helpers/helpers.php"
    ]
  }
}

Testing

composer test

TODO

  • Add support to more types
  • Add support for useful patterns
  • Add support arguments for commands

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 41
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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