Showing 10 of 1,085 results.

Limitations of Liability | Licensing

…PONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USE AND ASSUME ALL RISKS ASSOCIATED WITH ITS USE, INCLUDING BUT NOT LIMITED TO THE RISKS OF PROGRAM ERRORS, DAMAGE TO EQUIPMENT, LOSS OF DATA OR SOFTWARE PROGRAMS, OR UNAVAILABILITY OR INTERRUPTION...

Validating Documents

The document validation system provides a convenient wrapper around the Blade Parser's validation system. Using the validation system, we can quickly run any number of validators against our input document to catch potential compilation or runtime...

hasErrorOnLine | Validating Documents

Tests if an error matching the provided properties exists on a specific line. Argument Description $line The line to check. $type The error type to check for. $context The error context. 1 <?php 2 3 use Stillat \ BladeParser \ Errors \ ErrorType ;...

Laravel Collection Public API: min

min($key = null) The min method is the logical opposite of the max method, and accepts the same number of arguments. The min method can be used to retrieve the maximum value of the given $key . By default, the $key is null and will function in a...

Laravel Artisan Cache Command: The cache:table Command

…new migration for the cache database table. This table is required to use the database cache driver. This command defines no parameters and can be used like so: 1 php artisan cache:table The migration will create a cache table with the following...

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...

Creating a Statamic Compact Modifier

…we are invoking Statamic's foreach tag, and supplying an interesting value for the array parameter. Statamic's foreach tag allows the array variable to be specified by supplying a value for the array parameter. This is in contrast to how most...

Filter Search