ennerd/fubber-blade

Blade Templates powered by BladeOne for Fubber Framework

1.3.0-alpha1 2023-01-25 12:37 UTC

This package is auto-updated.

Last update: 2024-04-25 15:27:57 UTC


README

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

To start using it simply require it and add the following to your Kernel

\Fubber\Kernel::serve([

...

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

...

]);

You may also have to create a folder to store the compiled Blade templates.