Showing 10 of 2,145 results.

Installation

The Blade Parser package can be installed with Composer using the following command: 1 composer require stillat/blade-parserIf you'd like to change, or simply view all of the possible configuration options, you may publish the configuration file....

Introduction & Installation

Documentation Search provides a custom Statamic search provider focused on making it easier to index documentation-heavy websites where each entry may have multiple sections that should be indexed separately.Documentation Search may be installed...

Laravel Collection Public API: push

push($value) The push method is the logical opposite of the prepend method and will push an item onto the end of the collection. The push method returns a reference to the original collection instance. The following code example shows how to use...

Method 2: Using Events | Guide: User-Only Comment Setup

The second method to populate the authenticated_user value is by using events. This method can be useful if you do not want to rely on a hidden field value, which could be changed by the user before submitting. For simplicity, we will be using...

The Comment Thread

In the last section of this guide, Integrating Meerkat we learned about integrating the Meerkat comment form. In this section, we will look at building the comment thread on your actual website so other users can view submitted comments. We will...

A Beginners Guide to Antlers Arrays and Loops

…define and manipulate them, and the default helper variables that exist to help you develop your project's templates as fast as possible. Perhaps the simplest thing we can do when working with Antlers arrays is to loop over them and print the...

Query and Search Transformers | Index Configuration

⚠️ Read first before continuing : The documentation search provider provides additional query and search transformer concepts. While these features have a similar name to Statamic's search transformers , they behave slightly differently. The...