3xw/cakephp-cms

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

CakePHP pages plugins

Installs: 196

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:cakephp-plugin

4.0.2 2023-08-23 07:19 UTC

This package is auto-updated.

Last update: 2024-04-12 11:12:22 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);