2017 © Pedro Peláez
 

library scaffold-email-templates

image

rojr/scaffold-email-templates

  • Wednesday, August 30, 2017
  • by rojr
  • Repository
  • 0 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Email Template Scaffold

A Rhubarb Scaffold that aspires to make the editing of email templates easy for users, (*1)

Theory behind it is that every TemplatedFile would have a Template Object behind it, which can be changed and modified to suit the end users needs. The Files only serve as defaults., (*2)

Each Email Template can have a parent, but the parent must support having children with a {ChildContent} element somewhere in the template., (*3)

Usage

As with all Rhubarb repos, this one requires https://getcomposer.org/download/., (*4)

Once that's in, simply composer require rojr/scaffold-email-templates, (*5)

Future Ideas

  • I'm looking to add support for Models being integrated into the Templates, and all the relationships following too.
  • Possibly change out the templating engine to https://www.smarty.net/ to support complex templates with if statements and for loops
  • Create special controls that allow very easy HTML editing of templates, with live previews of the whole relationship (i.e If a child is being edited, display how it looks in the parent(s))

The Versions

30/08 2017

dev-master

9999999-dev

  Sources   Download

GNU General Public License v3.0

The Requires