Showing 10 of 2,144 results.

RainFrog | The Statamic Add-on Roundup

RainFrog is an add-on that I developed as a sort of "catch-all" add-on. It will produce meta tags for me automatically when I have not specified them for any given post: 1 < meta itemprop = " description " content = " {{ rain_frog : keywords }} "...

Laravel Application Helper Function: validator

validator(array $data = [], array $rules = [], array $messages = [], array $customAttributes = []) The validator helper function is a versatile helper function. If no arguments are supplied to the validator function (all arguments are optional),...

Resolving Variables

Site Essentials for Statamic attempts to locate data from various locations within your template's context, depending on the precise tag being built. Almost all builder methods can have their values customized. The simplest way to customize the...

The Documentation Search Provider | Index Configuration

The documentation search provider extends the capabilities of Statamic's entries provider. Specifically, it does the following: Provides advanced methods for modifying the content that will be indexed through the use of custom Antlers templates,,...

Configuring the Validate Command | The Validate Command

There are multiple configuration options available for the validate command. To customize the options you will need to publish the configuration file using the following Artisan command: 1 php artisan vendor:publish --tag = blade Once published,...