2017 © Pedro Peláez
 

library blade

A Blade Template Engine for Drupal.

image

hunteryun/blade

A Blade Template Engine for Drupal.

  • Tuesday, May 23, 2017
  • by hunteryun
  • Repository
  • 2 Watchers
  • 5 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Blade

A Blade Template Engine for Drupal., (*1)

Installation

With Composer, you just need to run, (*2)

``` sh composer require hunteryun/blade, (*3)


If you haven't use composer, you should add all the files in folder `src` to your project folder, and then `require` them in your code. ### Usage ```php <?php use Hunter\Engine\BladeEngine; $path = ['/view_path']; // your view file path, it's an array $cachePath = '/cache_path'; // compiled cache file path $engine = new BladeEngine($path, $cachePath); $variables['name'] = 'Drupal Hunter'; return $engine->setTemplate('hello.html')->setParameters($variables)->render('hello.html', $variables);

Documentation: http://laravel.com/docs/5.3/blade, (*4)

The Versions

23/05 2017

dev-master

9999999-dev http://hunteryun.com

A Blade Template Engine for Drupal.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar DrupalHunter

23/05 2017

v1.0-beta1

1.0.0.0-beta1 http://hunteryun.com

A Blade Template Engine for Drupal.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar DrupalHunter

06/12 2016

1.0-alpha4

1.0.0.0-alpha4 http://hunteryun.com

A Blade Template Engine for Drupal.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar DrupalHunter

06/12 2016

1.0-alpha3

1.0.0.0-alpha3 http://hunteryun.com

A Blade Template Engine for Drupal.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar DrupalHunter

05/12 2016

1.0-alpha2

1.0.0.0-alpha2 http://hunteryun.com

A Blade Template Engine for Drupal.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar DrupalHunter

04/12 2016

1.0-alpha1

1.0.0.0-alpha1 http://hunteryun.com

A Blade Template Engine for Drupal.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar DrupalHunter