bedita / placeholders
Placeholders plugin for BEdita.
Installs: 4 091
Dependents: 1
Suggesters: 1
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >= 7.4
- bedita/api: ^5.14
- bedita/core: ^5.14
- cakephp/cakephp: ^4.4
Requires (Dev)
- cakephp/cakephp-codesniffer: ^4.5
- cakephp/plugin-installer: ^1.3
- league/flysystem-memory: ^2.0.0
- phpstan/phpstan: ^1.7
- phpunit/phpunit: ^9.5
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