Skip to content

3xw/cakephp-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cakephp-cms plugin for CakePHP

This plugin allows you handle pages/blog/modules

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require 3xw/cakephp-cms

Load it in your src/Application.php

$this->addPlugin(\Trois\Cms\Plugin::class);