Skip to content

Association Debugger is a association diagram drawer for CakePHP

License

Notifications You must be signed in to change notification settings

zunnu/associations-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssociationsDebugger plugin for CakePHP

AssociationsDebugger is a simple 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.

Requirements

  • CakePHP 3.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 zunnu/associations-debugger

Then load the plugin by using CakePHP's console:

./bin/cake plugin load AssociationsDebugger

Usage

You can see the tree by going to http:https://app-address/associations-debugger Here you can filter by association type. 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.