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

Installs: 80

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 0

Open Issues: 0

Type:cakephp-plugin

3.7.0.0 2019-09-04 10:01 UTC

This package is auto-updated.

Last update: 2024-04-04 20:00:01 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]);