Laravel-Blade icon indicating copy to clipboard operation
Laravel-Blade copied to clipboard

Use the simple and yet powerful Laravel Blade templating engine as a standalone component.

Results 18 Laravel-Blade issues
Sort by recently updated
recently updated
newest added
trafficstars

after the upgrade to the Illuminate/view 5.4 is no longer transmitted @parent If the template prescribe it, it is not inherited from the layout template, and simply displays the word...

Hello, i'm using this package in a WordPress Environment, basically i'm trying to let blade control my output however when more than one package using this class exists the engine...

as you would in laravel? \Blade::setRawTags('{+', '+}'); Update: I see you can do getCompiler() and do it that way, but regardless of the tags I put, my app is still...

It doesn't work because the global function app() doesn't exist, put this somewhere before the Blade class is instantiated to make it work. ``` php use Illuminate\Container\Container; $container = new...

how to minify HTML/CSS/JS if i use your library?? any help will be great for me. Thanks in advance..

When there is an undifined variable in blade file it throws an error that is director to cache file rather then the blade file itself. Here is example Notice: Undefined...

https://github.com/PhiloNL/Laravel-Blade/blob/e26fe170f5be187a3fe6717d6c7caed79b9e9e99/src/Blade.php#L45

# CHANGES * Removed unused namespace imports. * Changed return type for method `registerFactory`.