fm-labs / cakephp-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Plugin for CakePHP

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

About


Languages

Language:PHP 65.6%Language:JavaScript 29.7%Language:CSS 4.4%Language:Less 0.2%Language:Hack 0.0%