Skip to content

3xw/cakephp-pages

Repository files navigation

cakephp-pages plugin for CakePHP

This plugin allows you handle pages

Installation

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

The recommended way to install composer packages is:

composer require 3xw/cakephp-pages:3.5.*

Load it in your config/boostrap.php

Plugin::load('Trois/Pages', ['bootstrap' => true, 'routes' => true]);