bedita/placeholders

Placeholders plugin for BEdita.

Installs: 1 911

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

Type:cakephp-plugin

v2.0.1 2023-12-20 15:31 UTC

This package is auto-updated.

Last update: 2024-04-20 16:19:10 UTC


README

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