Showing 10 of 2,055 results.

Directive Parsing and Whitespace Constraints | Core Concepts

Another significant difference in the parser implementations is that directives do not require a leading space with the library (but require a trailing space if the next character is not a left parenthesis, line break or null ). 1...

Step 1: The Presenter | Semantic UI Paginator for Laravel 4

…ite a SemanticPresenter class. This class is what Laravel 4 will use when constructing the links for the pagination elements. So let's start it. Create a new file named SemanticPresenter.php somewhere where composer and your project can find it....

Semantic Highlighting | Contributing

Semantic highlight support is offered in addition to the TextMate grammar file, and is capable of providing much more accurate and pleasing highlighting results. This highlighting strategy utilizes the results of the server's Antlers parser, scope...

Laravel MessageBag Public API: get

get($key, $format = null) The get method can be used to retrieve all the messages for a given $key with the specified $format . The $format is null by default, which will cause the get method to use the format stored within the MessageBag instance...

Getting Started | Integrating Meerkat

In this guide, we will be integrating Meerkat into the Cool Writings Statamic starter kit. To get a sense of what we are going to build, we are going to add a comment section the article page: We will start by modifying the...