3xw / cakephp-blog
CakePHP blog posts cat tags
Installs: 81
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.6
- 3xw/attachment: ^3.5
- cakephp/cakephp: ^3.5
Requires (Dev)
This package is auto-updated.
Last update: 2025-01-04 21:58:03 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]);