Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.64 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.64 KB

Metatags plugin for CakePHP 3

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