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

Maintainers

Package info

github.com/fm-labs/cakephp-content

Type:cakephp-plugin

pkg:composer/fm-labs/cakephp-content

Statistics

Installs: 101

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.6.9.1 2023-04-09 20:08 UTC

This package is auto-updated.

Last update: 2026-03-11 18:48:34 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