Showing 10 of 1,322 results.

Inconsistent Directive Indentation | The Validate Command

Class : InconsistentIndentationLevelValidator The inconsistent directive spacing validator may be used to emit validation errors when a pair's opening and closing directives do not have the same indentation. The following template: 1 @if ( $ this...

Rendering "Normal" Search Results | Search Results Tag

To render a more traditional Statamic search results page, where each result appears as its own item, we can set the group_results parameter to false , and only consider the first item in each result's items array: 1 {{ documentation : results...

Generate Images | Artisan Commands

The generate-images Artisan command may be used to generate images for all configured collections. It can be invoked by running the following command from the root of your project: 1 php artisan social-media-image-kit:generate-images This command...

Additional Storage Methods | Laravel 5 Facades

The Storage facade defines a few extra helper methods, both are to help make testing filesystem components within your Laravel application easier. Both of these testing methods will replace the storage disk with a local storage disk; this means...

Laravel 5 Message Bags: Merging Additional Messages With merge

…to combine, or merge , the contents of the MessageBag instance with the provided $messages . The $messages can be any valid array or an object instance that implements the "Illuminate\Contracts\Support\MessageProvider" interface. The merge method...

Filter Search