Showing 10 of 1,090 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...

Laravel 5: Retrieving Object Values With object_get

The object_get allows developers to retrieve properties from a given $object using dot notation. This is useful in situations where it can not be guaranteed that a provided object will have a given property, identified by the given $key .The...

Creating Our Modifier | Creating a Statamic Compact Modifier

In this section we will work on getting our custom modifier created, and start on it's implementation. To get started, we will use Statamic's please utility to help us scaffold the code. From the root of your project, issue the following command...

Laravel Artisan Tinker: The show Command

The show command is similar to the ls command in that it helps you to learn more about a class instance or object, except that it will show you the underlying code for any function, class, object instance, constant, method or property. Using our...

Control Panel Overview

The Statamic Control Panel is the recommended method for interacting with Meerkat comment data (but you are welcome to dig around the file system, if you wish).Meerkat can be accessed by selecting the "Comments" menu item from the navigation menu...

Filter Search