Showing 10 of 1,322 results.

getAllConditions | Document Structures

Returns all the document's conditions. This method automatically performs structural analysis. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getAllConditions ( ) : Collection ; Example Use 1 <?php 2 3 use Stillat \...

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...

Installation | Getting Started

To install the extension on your local machine, simply open Visual Studio Code and search for "Antlers Toolbox" in the Extensions panel. Once you find it, click "Install". The extension will automatically activate the next time you open an Antlers...

Directive Nodes | Parser Nodes Overview

Instances of Stillat\BladeParser\Nodes\DirectiveNode are created after the parser successfully parses a Blade directive. If the parser can parse arguments following the directive's name, the argument's details will also be within the directive...

What I'm Working on Now | Laracon, Blade and What's Next

Currently, my core focus with Forte is on the lexer and parser. Forte's parser will differ from my existing Blade Parser library, which excels at extracting Blade from templates, in that it will not only parse Blade but also all of the HTML ,...

Configuring the Queue | Using a Job Queue

You may configure the queue Social Media Image Kit should use by modifying the queue.php configuration file: 1 <?php 2 3 return [ 4 5 // ... 6 7 /* 8 |-------------------------------------------------------------------------- 9 | Queue...