2017 © Pedro Peláez
 

plugin cradle-handlebars

Handlebars for Cradle

image

cblanquera/cradle-handlebars

Handlebars for Cradle

  • Monday, March 12, 2018
  • by cblanquera
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4,086 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 15 % Grown

The README.md

Deprecation Notice: This project has been moved to https://github.com/CradlePHP/Cradle, (*1)

cradle-handlebars

Mail Handling for Cradle with Swift Mailer, (*2)

1. Requirements

You should be using CradlePHP currently at dev-master. See https://cradlephp.github.io/ for more information., (*3)

2. Install

composer require cblanquera/cradle-handlebars

Then in /bootstrap.php, add, (*4)

->register('cblanquera/cradle-handlebars')

3. Usage

$template = cradle('global')->handlebars()->compile('{{foo}}');
echo $template(array('foo' => 'bar'));

See http://handlebarsjs.com/ for more information about handlebars., (*5)

The Versions

12/03 2018

dev-master

9999999-dev

Handlebars for Cradle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Blanquera

cradle cradlephp