Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 358 Bytes

File metadata and controls

14 lines (8 loc) · 358 Bytes

cakephp-blog plugin for CakePHP.

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]);