Registry / other / contao-manager-plugin

contao-manager-plugin

JSON →
library2.13.5phppackagistunverified

Contao 4 manager plugin.

composer require contao/manager-plugin
INSTALL
IMPORT
SIG · CONTAO-MANAGER-PLU
C
contao-manager-plugin
otherphpv2.13.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BundlePluginInterface
✓ use Contao\ManagerPlugin\Bundle\BundlePluginInterface;

Implement a bundle plugin for Contao Manager.

<?php use Contao\ManagerPlugin\Bundle\BundlePluginInterface; use Contao\ManagerPlugin\Bundle\Config\BundleConfig; use Contao\ManagerPlugin\Bundle\Parser\ParserInterface; class MyPlugin implements BundlePluginInterface { public function getBundles(ParserInterface $parser) { return [ BundleConfig::create('MyBundle') ]; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.13.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
Resources
contao-manager-plugin — pip install contao-manager-plugin · libregistry