Showing 10 of 2,133 results.

Text Extraction and Node Content Changes | Text Extraction

The text extraction methods interact with the original content analyzed by the parsers and related systems. Suppose you have changed a node's content or other properties. In that case, you will need to create a new Document instance by calling the...

Additional Input Methods | Laravel 5 Facades

The Input facade defines one extra method. Facades define extra methods to provide simpler access to underlying sub-systems, or to call functions on other, related components.

getResults | Validating Blade

Returns a collection of node validation results. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getResults ( ) : Collection ;

getDocumentResults | Validating Blade

Returns a collection of document validation results. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getDocumentResults ( ) : Collection ;

Installation and Upgrading

Tidal is distributed as a Statamic Starter Kit . Because of this, Tidal has a slightly different installation process compared to installing other addons or composer packages.

getValidationErrors | Validating Workspaces

Returns all validation errors present in the workspace. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getValidationErrors ( ) : Collection ;

aliasComponent | Blade Compiler

Register a component alias directive. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::aliasComponent method. You do not need to manually call this method to sync compiler information if you use the default...

onAppend | Blade Compiler

…iling a node, and it has been appended to the internal output buffer. The callback will receive an instance of Stillat\BladeParser\Compiler\AppendState as its first argument. Callbacks are invoked in the order they were registered. Argument...

Managing Comments

Meerkat provides many options to help moderate and manage comments from the Statamic Control Panel. Management options will appear below the comment's content: The exact options that will appear to users depends on how the site's administrator has...

The Laravel Framework Console Kernel

The console kernel exposes many different public methods. This article will not cover all of the public methods available, but only the most useful ones.