3xw/cakephp-pages

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

CakePHP pages plugins

Installs: 239

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:cakephp-plugin

4.2.1 2023-01-26 14:34 UTC

README

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]);