Showing 10 of 1,214 results.

Laravel URL Helper Function: action

action($name, $parameters = [], $absolute = true) The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters...

The Raw PHP Directives | Core Concepts

The last significant difference to bring attention to is how the library's parser and compiler handle Blade's PHP directive. The library's parser will not attempt to locate the @endphp directive if the opening @php directive contains arguments: 1...

Blade Parser | That Escalated Quickly: All the New Things

I also released an updated version of Blade Parser , my independent library for parsing and validating Blade templates. This new version brings parity with recent changes related to component tag parsing, as well as adds compiler support for the...

Filter Search