3xw / cakephp-pages
There is no license information available for the latest version (4.2.2) of this package.
CakePHP pages plugins
4.2.2
2025-01-09 15:29 UTC
Requires
- php: >=5.5.9
- 3xw/cakephp-attachment: ^4.0
- 3xw/cakephp-tinymce: ^4.0
- cakephp/cakephp: ^4.0
Requires (Dev)
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]);