laravel-blade-directives icon indicating copy to clipboard operation
laravel-blade-directives copied to clipboard

A collection of nice Laravel Blade directives

Results 6 laravel-blade-directives issues
Sort by recently updated
recently updated
newest added

Commit 16f90532caf9c953987d5e89f89ed338c57f8fec broke the @script directive. @antoniancu, blade directives simply don't work like that. ``` 'script' => function ($expression) { if (! empty($expression)) { $expression = DirectivesRepository::parseMultipleArgs($expression); $defer = $expression->get(1)...

Thanks for the nice package! I added a new `@returnifempty` directive. I've been using this very frequently. Hope this can be merged.

The directive @includeOnce includes a Blade view only once