Showing 10 of 2,133 results.

Image Generated | Events

The ImageGenerated event is fired right after a social media image has been generated. The event object will have the following properties: $entry, : The entry the image will be generated for., $size, : The details from the configuration file for...

Life Cycle Settings | Advanced Reply Forms

The MeerkatReply object contains life-cycle settings that can be used to alter the behavior of the default comment reply process. The current exposed setting is the closeOnCancel setting. By default, Meerkat will automatically remove the comment...

withPathFormatter | Compiling Workspaces

Sets the PathFormatter implementation used by the workspace. PathFormatter implementations are used to determine what the final output file paths look like. Argument Description $formatter The path formatter. 1 <?php 2 3 use Stillat \ BladeParser...

Configurable Settings | Formatting

Most Visual Studio Code formatting settings will apply to the Antlers formatter. For a complete list of all HTML formatting options provided by Visual Studio Code check out their documentation at...

Laravel 5 Fluent API: The Public API

The following sections will highlight the usage of the various public methods that the Fluent class provides. There are, however, some omissions in this section, namely the methods required to implement PHP's ArrayAccess interface. The examples...

Pascal Case | Laravel 5.5 String Helper Function: studly

Laravel's studly method can also be used to generate Pascal Cased style strings. Both styles are the same as camel case with the first letter capitalized. Because the studly method does not affect the case of any letters after the first letter, we...

Example Use | Laravel 5: String Translation Public API

The following example will resolve a translator instance from the service container and get the current MessageSelector instance. 1 <?php 2 // Ask the Service Container for a translator instance. 3 $ translator = app ( ' translator ' ) ; 4 5 //...

Filter Search