fm-labs/cakephp-content

There is no license information available for the latest version (0.6.9.1) of this package.

Content plugin for CakePHP

Installs: 68

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.6.9.1 2023-04-09 20:08 UTC

This package is auto-updated.

Last update: 2024-04-11 14:44:28 UTC


README

Installation

composer require fm-labs/cakephp-content

Usage

 
 // In your src/Application.php
 
 function bootstrap() {
    parent::bootstrap();
    $this->addPlugin('Content');
 }

Internals

Bootstrap

Registers content types to ContentManager

Routes

  • PageRoutes
  • PostRoutes
  • Root-Scope-Routes