dev-master
9999999-dev https://bitbucket.org/ennerd/fubber-bladeLaravel Blade templates for the Fubber Framework.
MIT
The Requires
by Frode Børli
Laravel Blade templates for the Fubber Framework.
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)
Laravel Blade templates for the Fubber Framework.
MIT