3xw / cakephp-pages
CakePHP pages plugins
Installs: 245
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:cakephp-plugin
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]);