Showing 10 of 1,090 results.

Creating a Simple Honeypot Field in Laravel

…automated scripts using an inconspicuous form field that human users should leave empty. We will implement our honeypot in two different ways: the first method will be to create a custom middleware class to handle it for us, and the second one...

Adding the Necessary JavaScript | Reply Forms

While you could technically roll your own JavaScript to allow visitors to reply to other comments on your site, it is definitely easier to harness Meerkat's "reply to" JavaScript file. To add this file to your themes, simply use the following tag...

Writing Custom Laravel Artisan Commands: An Introduction

…e is similar to a method or function signature in that it defines the name, parameters and options of the command. The description is simply a helpful description of what the command does. The handle() method implementation is the code that...

Creating Dynamic CSS Class Names with Statamic

In this article, we will look at one way to construct dynamic CSS class names when writing Antlers templates for a Statamic site. This technique will utilize the Antlers Runtime parser and the yield and section features.

Responses and Replies

In general, responses are the collection of all comments and replies on any given page of your site. A comment may have its own collection of children comments; these are referred to as replies .

Overview | Responses and Replies

The {{ meerkat:responses }} tag is your window into the comment data stored for each of your site's pages. This tag and data structure has a lot in common with Statamic's collection tag, but they should not be used interchangeably when displaying...

Filter Search