Showing 10 of 2,044 results.

Formatting CLI

The Antlers formatter CLI is an opinionated formatting tool built on top of js-beautify , and is provided as a standalone version of the formatter that ships with the Visual Studio Code extension.

Meerkat Forms

…ed to Statamic's forms. With that said, the two systems operate independently and there may be a few syntax differences between the two. While most concepts are transferable between the two systems, this section will give you a more in-depth look...

RecentlyPublishedTags | The Statamic Add-on Roundup

The RecentlyPublishedTags add-on is just another Collection filter. Let's consider a blog post that has a tag "Laravel" that was published in the year 2014. If this tag is executed within the context of that blog post, it would automatically find...

Request | The Statamic Add-on Roundup

…example, there was no easy way to determine if a URL query parameter was present; that was the main reason this add-on exists. It is used on the search page. I wanted a way to customize the search results page if a user directly accessed the page...

withoutCoreDirectives | The Document Parser

Removes support for all core Blade directives. 1 <?php 2 3 use Stillat \ BladeParser \ Parser \ DocumentParser ; 4 5 public function withoutCoreDirectives ( ) : DocumentParser ;

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.

Disclaimer of Warranty | Licensing

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT...

Recursive Includes Validator | The Validate Command

…attempt to detect possible recursive @include directives. The following template (with filename test.blade.php ): 1 @include ( ' test ' ) produces the following validation error message: 1 Possible infinite recursion detected near...