Showing 10 of 2,044 results.

No Comment Messages | Responses and Replies

To offer the best user experience, you may wish to display a message to users to encourage them to leave the first comment on a blog post or page. To do this, we will make use of the no_results value that is available to use when rendering Meerkat...

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

15. Disclaimer of Warranty. | License

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR...

Example Use | Laravel 5 Fluent API: The Public API

After the following code is executed: 1 $ fluent = new Fluent ( $ testObject ) ; 2 3 $ attributes = $ fluent -> getAttributes ( ) ; The $attributes variable would look have a value similar to the following: 1 array 2 'first' => string 'The first...

Contributing

The easiest way to get started contributing to the Antlers Language Server and Client are setting your environment up to run the various components. The extension is written in both PHP 7+ and TypeScript.

Environment Requirements | Contributing

In order to run and build the extension's projects locally, your development machine will require the following to be available: node.js, and npm, TypeScript

PHP Slow Response Times

When developing PHP applications locally, sometimes the performance is not as great as it could be, especially when working with frameworks such as Laravel or Symphony. One place to start looking to gain some performance is the realpath_cache_size...

setRounds($rounds) | Laravel's Bcrypt Hasher

The setRounds method is simple way to control how many rounds, or iterations the make method will use when calculating the final hash. An argument passed to $rounds must be a positive integer between 4 and 31 (including both 4 and 31 ). If an...

Installing Linguistics for Adobe Brackets

Hello, there! In this guide we are going to look at how to install the Linguistics for Adobe Brackets plugin, an offline as-you-type spell checking plugin. This guide was written for the latest version of Brackets (at the time of writing) -...

addValidator | Validating Blade

Registers a single node validator instance with the BladeValidator instance. Argument Description $validator The node validator instance. 1 <?php 2 3 use Stillat \ BladeParser \ Validation \ AbstractNodeValidator ; 4 use Stillat \ BladeParser \...