Showing 10 of 1,214 results.

The "like" Filters

The like filters allow you to query comments using an SQL-like pattern.The like filter allows you to query a comment property and compare it with an SQL-like pattern. The following example queries checks the comment's content against the %panel%...

Laravel Artisan Generator Command: The make:mail Command

…name has already been taken by another mail class, the command will issue an error stating something similar to "Mail already exists!". Additionally, this command is capable of handling nested namespaces and directories; to take advantage of...

Text Extraction and Node Content Changes | Text Extraction

The text extraction methods interact with the original content analyzed by the parsers and related systems. Suppose you have changed a node's content or other properties. In that case, you will need to create a new Document instance by calling the...

Creating Facades | Laravel 5 Facades

…ing a facade class is fairly simple. The first thing that is required is some actual concrete class the facade will be accessing. For this example, the following class will be used: 1 <?php 2 3 class Calculator { 4 5 /** 6 * Adds two numbers. 7 8...

Validating Blade

The Blade Parser library provides a simple yet powerful validation system. The validation system can be used to validate individual nodes within a document or entire document instances at once.

5. Conveying Modified Source Versions. | License

…ices”., c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all...

Lambdas as Function Arguments | Lambdas And Closures

…{ 5 /** 6 * Returns a value based on whether another value is null. 7 * 8 * If you need to check if a value exists in an array, such as a checkbox 9 * input, consider using the `array_key_exists_then_or` for a simple inline 10 * approach. 11 * 12...

Filter Search