Showing 10 of 1,090 results.

Query and Search Transformers | Index Configuration

⚠️ Read first before continuing : The documentation search provider provides additional query and search transformer concepts. While these features have a similar name to Statamic's search transformers , they behave slightly differently. The...

Disabled Comments

Since it is possible for Meerkat to disable new comment submissions for any given post on your site, it might be a good idea to have your template adapt and display a message to visitors. By default, Meerkat does not close comment threads...

Image Tasks Table | Artisan Commands

Some features, such as generating images on a job queue, will require a database. The sub-feature to prevent duplicate jobs from being created will also require an additional table to be created. The image-tasks-table Artisan command may be used...

Laravel Artisan Route Command: The route:cache Command

The route:cache command is used to create a route cache file. This cache file will improve the performance of the route registration process. This command accepts no parameters or options. This command will be unable to cache any routes that use a...

getAllStructures | Workspaces

Returns all the workspace structures. This method automatically performs structural analysis on a document. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getAllStructures ( ) : Collection ;

getRootStructures | Workspaces

Returns the direct workspace structures. This method automatically performs structural analysis. Only structures that are at the root of a document, without any parent node, will be returned. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5...

getAllSwitchStatements | Workspaces

Returns all the workspaces' switch statements. This method automatically performs structural analysis. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 public function getAllSwitchStatements ( ) : Collection ;

getRootSwitchStatements | Workspaces

Returns all the direct switch statements. This method automatically performs structural analysis. Only @switch statements that appear at the root of a document, without any parent nodes, will be returned. 1 <?php 2 3 use Illuminate \ Support \...

getAllConditions | Workspaces

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

getRootConditions | Workspaces

Returns all the root workspace conditions. This method automatically performs structural analysis. Only structures that appear at the root of the document, without any parent node, will be returned. 1 <?php 2 3 use Illuminate \ Support \...

Filter Search