bedita / placeholders
Placeholders plugin for BEdita.
v4.0.0
2026-03-06 14:13 UTC
Requires
- php: >= 8.3
- bedita/api: ^6.0
- bedita/core: ^6.0
- cakephp/cakephp: ^5.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/plugin-installer: ^1.3
- league/flysystem-memory: ^3.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.12
- phpstan/phpstan-deprecation-rules: ^1.2
- phpunit/phpunit: ^11.1
- vimeo/psalm: ^6.8
README
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