2017 © Pedro Peláez
 

mautic-plugin mautic-twig-plugin-skeleton-bundle

image

dongilbert/mautic-twig-plugin-skeleton-bundle

  • Monday, December 11, 2017
  • by dongilbert
  • Repository
  • 2 Watchers
  • 4 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 33 % Grown

The README.md

Mautic Twig Plugin Skeleton

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., (*1)

Installation

composer require dongilbert/mautic-twig-plugin-skeleton-bundle, (*2)

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 the Config/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!

The Versions

11/12 2017

dev-master

9999999-dev

  Sources   Download

The Requires

 

11/12 2017

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

10/12 2017

1.0.0

1.0.0.0

  Sources   Download

The Requires