2017 © Pedro Peláez
 

library fubber-blade

Laravel Blade templates for the Fubber Framework.

image

ennerd/fubber-blade

Laravel Blade templates for the Fubber Framework.

  • Friday, June 15, 2018
  • by frodeborli
  • Repository
  • 0 Watchers
  • 0 Stars
  • 38 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

Fubber Framework Blade

With the Fubber Framework Blade template engine, you can use Laravel style blade templates in your web application., (*1)

To start using it simply require it and add the following to your Kernel, (*2)

\Fubber\Kernel::serve([

...

    'templateFactory' => '\Fubber\Blade\Template::create',

...

]);

You may also have to create a folder to store the compiled Blade templates., (*3)

The Versions

15/06 2018

dev-master

9999999-dev https://bitbucket.org/ennerd/fubber-blade

Laravel Blade templates for the Fubber Framework.

  Sources   Download

MIT

The Requires

 

by Frode Børli