blade icon indicating copy to clipboard operation
blade copied to clipboard

🔪 A standalone version of Laravel's Blade templating engine for use outside of Laravel.

Results 34 blade issues
Sort by recently updated
recently updated
newest added

Hey, thanks for this package. I've integrated this package with Slim microframework and it works just fine, however, I used the blade directive function to generate in each request a...

Is there a ETA for adding support? I create a PR for this purpose, but if that was not correct, is there a ETA for adding this? Does the package...

When I run this code the custom directive does NOT rendered successfully ```php require_once dirname(__FILE__, 3) . '/vendor/autoload.php'; use Jenssegers\Blade\Blade; $viewFolderPath = dirname(__FILE__, 3) . '/app/Blade/views'; $blade = new Blade($viewFolderPath,...

i use @stack and @push in my blade file.but it not works,because @stack works in layout blade,it not works in a section blade ``` @stack('test-section') this is test section @push('test-section')...

How in the world did I go from illuminate/view v5 to v8 with a simple composer update? My components suddenly don't work. Meanwhile, this package went from 1.2 to 1.4...

$blade->share($key, $value) does not work. What should I do for it ?

I use this package in a codeigniter 4 project, everything work seems ok, but how can i know codeigniter is using template cache or every time it will go through...

Hi can i use Localization with this ? https://laravel.com/docs/7.x/localization