Showing 10 of 1,214 results.

findDirectiveByName | Querying Document Nodes

…ocate the first instance of a directive with the provided name. Returns the first instance of DirectiveNode with the provided name. Returns null if no directive was found. Argument Description $name The directive name. 1 <?php 2 3 use Stillat \...

findDirectivesByName | Querying Document Nodes

Returns all directives with the provided name in the source document. Argument Description $name The directive name to search 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 4 5 public function findDirectivesByName ( 6 string $...

Acquisition and Redistribution | Licensing

Meerkat may only be obtained through official channels (the Statamic Marketplace, and those specified in the installation guide). Meerkat may redistributed only in the capacity that it is part of a larger work for a client. Repackaging, bundling,...

Ignoring Parts of a Template | Formatter Configuration and Usage

Entire sections of a Blade template can be ignored by surrounding it with two special comments: 1 < div > 2 {{-- format-ignore-start --}} 3 The template code inside this section will be ignored when formatting. 4 {{-- format-ignore-end --}} 5 </...

Laravel Application Helper Function: back

back($status = 302, $headers = []) The back helper function is used to create a redirect response to the user's previous location. It defines two parameters which can be used to control the status code and headers of the response. An integer...

Laravel Artisan Custom Styles: Custom Progress Bar Styles

…ny other characters that appear in the format string will appear in the final rendered progress bar. In some of the previous examples the square brackets ( [ and ] ) will appear in the console window. The same is true for any % character that is...

Filter Search