Showing 10 of 1,322 results.

Integrating Meerkat

Meerkat makes it easier than ever to integrate into your existing Statamic site by providing familiar features and syntax. Meerkat provides support for the Antlers templating system out-of-the-box, and before going further it is recommended you...

Submitting Our First Comment | Integrating Meerkat

…u: Perfect! We've created a comment form and submitted a comment in about five minutes; that's awesome! The only problem is that we still cannot view these comments on our site; we have to build that out next. Luckily for us, Meerkat makes that...

Custom Metadata Tags

While the metadata manager provides numerous builder methods, they do not cover all possible metadata tags. The metadata manager allows us to queue, or add, additional metadata relatively easily.

Integrating Third-Party Addons | Overview

If you are using a third-party addon and would like that addon's generated metadata to take priority over the meta/link tags generated by the se_meta tag, you can use the se_meta tag as a tag pair. You can output the additional meta/link tags...

Automatic noindex, nofollow | Overview

By default the metadata manager will add the <meta name="robots" content="noindex, nofollow"> tag to all pages when the site is not running in production mode. This behavior can be changed by modifying guard_index_follow configuration value within...

Laravel Translation Helper Function: trans

…s ( ' validation.array ' ) ; 4 5 // The provided value must be an array. 6 trans ( ' validation.array ' , [ ' attribute ' => ' provided value ' ] ) ; It should be noted that the placeholder name in the $parameters parameter should not contain the...

Laravel Artisan General Command: The config:cache Command

The config:cache command can be used to create a cache file for the applications configuration files. This cache file will improve the performance when loading the configuration values. This command will first clear any existing configuration...

That Escalated Quickly: All the New Things

…cumentation-writing without good documentation would be rather ironic). Sitting with seven new packages and two new starter kits, one for "regular sites" and an example pre-configured with Statamic's multi-site feature, I sat down to start...

Filter Search