3xw / cakephp-blog
There is no license information available for the latest version (3.7.0.0) of this package.
CakePHP blog posts cat tags
3.7.0.0
2019-09-04 10:01 UTC
Requires
- php: >=5.6
- 3xw/attachment: ^3.5
- cakephp/cakephp: ^3.5
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-05 00:29:41 UTC
README
CakePHP blog posts cat tags
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require 3xw/cakephp-blog
Load it in your config/boostrap.php
Plugin::load('Trois/Blog', ['routes' => true]);