dongilbert/mautic-twig-plugin-skeleton-bundle
There is no license information available for the latest version (1.0.1) of this package.
Maintainers
Package info
github.com/dongilbert/mautic-twig-plugin-skeleton-bundle
Type:mautic-plugin
pkg:composer/dongilbert/mautic-twig-plugin-skeleton-bundle
1.0.1
2017-12-11 16:22 UTC
Requires
- mautic/composer-plugin: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License af8c4516e2e8425f5eb6bc27a2a665b42d64a5df
This package is auto-updated.
Last update: 2026-06-15 06:49:35 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
pluginsdir 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 => otherarray 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!
