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

Maintainers

Package info

github.com/3xw/cakephp-blog

Type:cakephp-plugin

pkg:composer/3xw/cakephp-blog

Statistics

Installs: 81

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

3.7.0.0 2019-09-04 10:01 UTC

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