Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.28 KB

Placeholders plugin for BEdita

Github Actions PHP codecov phpstan Scrutinizer Code Quality Version License

Installation

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

The recommended way to install composer packages is:

composer require bedita/placeholders

Usage

Add the plugin to your application:

src/Application.php

$this->addPlugin('BEdita/Placeholders');

and run plugin migrations to create the placeholder relation:

$ bin/cake migrations migrate -p BEdita/Placeholders