ennerd / fubber-blade
Blade Templates powered by BladeOne for Fubber Framework
1.3.0-alpha1
2023-01-25 12:37 UTC
Requires
- eftec/bladeone: ^4.6
- ennerd/fubber-framework: >=1.3 <2.0
This package is auto-updated.
Last update: 2024-10-25 16:36:58 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.