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新功能 featurefix修复 bugdocs文档注释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
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-06