zunnu / associations-debugger

Association Debugger is a association diagram drawer for CakePHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssociationsDebugger plugin for CakePHP

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

Example

Requirements

  • CakePHP 4.x
  • PHP 7.2 >

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:

./bin/cake plugin load AssociationsDebugger

This plugin is not needed in production enviroment so it's recomended to be loaded using

$this->addOptionalPlugin('AssociationsDebugger');

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.

About

Association Debugger is a association diagram drawer for CakePHP

License:MIT License


Languages

Language:JavaScript 95.0%Language:PHP 5.0%