Showing 10 of 2,133 results.

Displaying Error Messages | Meerkat Forms

The following example demonstrates how to use this tag to create a new form. The example also shows you how to check if the form submission was successful or not, and how to display the errors generated by the internal validation systems. 1 {{...

Defining Partial Parameters | Template IDE Hints

We can use the @param directive to define which additional parameters our partial accepts. When we do this, Antlers Toolbox will add these extra parameters to the auto-complete suggestions list. The format for adding parameter names is: 1 @param...

Automatic noindex, nofollow | Overview

By default the metadata manager will add the <meta name="robots" content="noindex, nofollow"> tag to all pages when the site is not running in production mode. This behavior can be changed by modifying guard_index_follow configuration value within...

Laravel String Helper Function: starts_with

…he $needles . The signature for the startsWith helper method is: startsWith($haystack, $needles) 1 use Illuminate \ Support \ Str ; 2 3 // true 4 Str :: startsWith ( ' A simple sentence. ' , ' A ' ) ; 5 6 // false 7 Str :: startsWith ( ' No...

getPhpBlocks | Querying Document Nodes

Returns all Blade php/endphp blocks within the document. Retrieves all raw PHP blocks within the source document that were created using Blade's @php / @endphp directives. Raw @php directives that contain arguments will not be converted to...

getNodesAfter | Querying Document Nodes

Gets all the nodes after the provided node. Argument Description $node The check node. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ AbstractNode ; 4 use Stillat \ BladeParser \ Nodes \ NodeCollection ; 5 6 public function getNodesAfter ( 7...

Version Updates | Licensing

Each paid Meerkat license entitles the owner to all updates for the major version it was purchase for. For example, if a license was purchased at version 3.0.2 , you would be able to upgrade for free even at version 3.9.0 . Some features may be...

withValidator | Validating Documents

Adds a validator instance to the internal BladeValidator instance. Argument Description $validator The validator instance. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 use Stillat \ BladeParser \ Validation \...

Filter Search