Showing 10 of 1,322 results.

Creating a Hybrid Cache System for Statamic: Part Four

…che/Manager.php : 1 <?php 2 3 namespace App \ HybridCache ; 4 5 class Manager 6 { 7 // ... 8 9 protected mixed $ expiration = null ; 10 11 public function __construct ( ) 12 { 13 self :: $ instance = $ this ; 14 15 $ configurationPath = realpath...

Antlers Modifiers

Site Essentials for Statamic provides various types of modifiers to help in a wide variety of situations when developing Statamic websites. se_each Modifier, The se_each modifier can be used to render another template for each item within an...

Disabling Core Directives | The Document Parser

Depending on the integration or use case, it may be beneficial to remove support for the core directives and specify only a subset of directives names. We can accomplish this by calling the withoutCoreDirectives method: 1 <?php 2 3 use Stillat \...

Using Modifiers in Antlers Dynamic Bindings

Throughout this article we will be taking a closer look at passing variables to parameters and modifiers by using dynamic binding . Dynamic binding is a technique to supply a value to a tag or modifier by referencing it's variable name. For...

Facade Class Reference | Laravel 5 Facades

The following tables will list all the facades that are available by default. In addition, they will display the name of the service container binding as well as the class behind the facade. If a particular facade provides additional methods (that...