ciricihq/cake-metatags

There is no license information available for the latest version (0.0.1) of this package.

Metatags plugin for CakePHP

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.0.1 2016-11-16 13:47 UTC

This package is auto-updated.

Last update: 2024-04-08 05:44:10 UTC


README

Build status Code coveralls License Latest stable version Total downloads

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require ciricihq/cake-metatags

Execute migration

bin/cake migrations migrate --plugin Cirici/Metatags

Execute seed

bin/cake migrations seed --plugin Cirici/Metatags

Configuration

First you need to load the plugin. To do so, edit your bootstrap.php file and add line below:

Plugin::load('Metatags', ['bootstrap' => true]);