定制 zunnu/associations-debugger 二次开发

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

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

zunnu/associations-debugger

最新稳定版本:3.0.1

Composer 安装命令:

composer require zunnu/associations-debugger

包简介

AssociationsDebugger plugin for CakePHP

README 文档

README

AssociationsDebugger is a plugin that is made for debugging associations. The point of this plugin is to quickly show different associations of your CakePHP application without you needing to browse through the model files.

CakePHP 3.x version can be found here CakePHP 4.x version can be found here

Example

Requirements

  • CakePHP 5.x
  • PHP 8.1 >

Installing Using Composer

cd to the root of your app folder (where the composer.json file is) and run the following command:

composer require --dev zunnu/associations-debugger

Then load the plugin by using CakePHP's console. This plugin is not needed in production environment, so it's recommended to be loaded using:

./bin/cake plugin load AssociationsDebugger --only-debug

To see the Associations panel in DebugKit this plugin needs to be loaded before DebugKit

Usage

You can see the tree by going to http://app-address/associations-debugger Here you can filter by association type and model. Tree

This same tree can be also viewed in the CakePHP debugKit. DebugKit tree

Association structure is explained here: Structure

License

Licensed under The MIT License.

统计信息

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

GitHub 信息

  • Stars: 11
  • Watchers: 1
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-14