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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-25 20:53:37 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.