承接 laravel-prod/core 相关项目开发

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

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

laravel-prod/core

最新稳定版本:0.4.4

Composer 安装命令:

composer require laravel-prod/core

包简介

laravel-prod 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
        ],
    ],
]

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-16