3xw / cakephp-cms
There is no license information available for the latest version (4.0.2) of this package.
CakePHP pages plugins
4.0.2
2023-08-23 07:19 UTC
Requires
- php: >=7.2
- 3xw/cakephp-attachment: ^4.0
- 3xw/cakephp-tinymce: ^4.0
- cakephp/cakephp: ^4.0
- paquettg/php-html-parser: ^3.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-12 15:35:27 UTC
README
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);