定制 catchadmin/core 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

catchadmin/core

最新稳定版本:v1.0.7

Composer 安装命令:

composer require catchadmin/core

包简介

catch admin core package

README 文档

README

This is the core package of catchadmin, which contains some very useful commands, as well as the core functions of module management. Modules are automatically registered, routes are automatically loaded, and it is better to use with catchadmin.

How to Use

Please go to catchadmin official

PR 提交规范

Type

  • feat 新功能 feature
  • fix 修复 bug
  • docs 文档注释
  • style 代码格式(不影响代码运行的变动)
  • refactor 重构、优化(既不增加新功能,也不是修复bug)
  • perf 性能优化
  • test 增加测试
  • chore 构建过程或辅助工具的变动
  • revert 回退
  • build 打包
  • close 关闭 issue

scope 选填

commit 的作用范围

subject

commit 的描述

Type(scope): subject

例如修复 CatchTable 模块的 bug: **fix(scope?): 修复 some bugs **

use in octane

设置 config/octane.php 中 listeners

return [
 'listeners' => [
        // received 事件中新增
        RequestReceived::class => [
           Catch\Octane\RegisterExceptionHandler::class
        ],
    ],
]

统计信息

  • 总下载量: 4.86k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-12-06