Showing 10 of 2,138 results.

findComponentByTagName | Querying Document Nodes

Returns the first component tag within the document with the provided name. Argument Description $tagName The tag name to filter on. 1 <?php 2 3 use Stillat \ BladeParser \ Nodes \ Components \ ComponentNode ; 4 5 public function...

Laravel String Helper Functions

String operations in PHP often seem complicated to developers coming to the language from other language, specifically languages that have a robust object-oriented approach to the provided data types. Operations such as checking if a particular...

validate | Validating Documents

Validates the document with the internal BladeValidator instance. After validation is complete, any produced validation errors will be available through the getErrors() method, as well as the getValidationErrors() method to retrieve only the...

Laravel 5: Accessing and Sending HTTP Responses With response

The response helper function is a useful function that can be used to accomplish two different tasks. If no arguments are supplied to the response function, an implementation of Illuminate\Contracts\Routing\ResponseFactory will be returned (by...

Laravel Array Helper Function: array_dot

The dot helper method will take a multi-dimensional array and return a new associative array where the keys are built from all the nested keys, separated with the . character. The signature for the dot helper method is: dot($array, $prepend = '')...

Filter Search