3xw/cakephp-versions

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

CakePHP versions plugins beee beeep

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-main 2022-03-21 08:39 UTC

This package is auto-updated.

Last update: 2024-04-21 13:07:21 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-versions

Load it in your src/Application.php

$this->addPlugin(\Trois\Versions\Plugin::class);