dongilbert / mautic-twig-plugin-skeleton-bundle
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 2
Type:mautic-plugin
Requires
- mautic/composer-plugin: ^1.0
This package is auto-updated.
Last update: 2024-10-15 03:22:16 UTC
README
This is a functioning (although basic) example of how to create a plugin for Mautic. For full docs on creating plugins for Mautic, see the Mautic Developer Documentation.
Installation
composer require dongilbert/mautic-twig-plugin-skeleton-bundle
Alternative Installation
- Download this repo and place it in a folder within the
plugins
dir of your Mautic installation. Be sure the folder name matches the name of the bundle file in the root of this repo. (Or whatever you change it to)
Making use of this
- You can add as many extensions as you'd like, just be sure to add them all to the
services => other
array within theConfig/config.php
. - After making your modifications and placing the code, clear your cache.
- Go to your plugins page in Mautic and then click
Install / Upgrade Plugins
- You now have access to your custom twig extension in any of your templates!