optimixo/cakephp-master-manager

This package is abandoned and no longer maintained. The author suggests using the cakephp-master-manager package instead.

Installs: 198

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:cakephp-plugin

dev-master 2018-10-30 23:07 UTC

This package is auto-updated.

Last update: 2018-11-27 19:46:13 UTC


README

Build Status Coverage Status Total Downloads Latest Stable Version

About

Overview

Installation

Requirements

Steps to install

composer require optimixo/cakephp-master-manager

How to use

In your config\bootstrap.php file, add this line

Plugin::load('MasterManager', ['bootstrap' => true, 'routes' => true, 'autoload' => true]);