Showing 10 of 2,055 results.

Acquisition and Redistribution | Licensing

Meerkat may only be obtained through official channels (the Statamic Marketplace, and those specified in the installation guide). Meerkat may redistributed only in the capacity that it is part of a larger work for a client. Repackaging, bundling,...

Technical Support | Licensing

Stillat, LLC does not offer phone support. There are no guarantees on the response timelines for support requests, most requests are responded to within 72 hours. To start a support request, ask a question, or just say hello, please contact...

Laravel 5: Reporting Application Exceptions With report

The report function is used to report an exception to the applications exception handler. By default, the application exception handler is located at app/Exceptions/Handler.php . The report function will invoke the report method of the application...

Validating Documents

The document validation system provides a convenient wrapper around the Blade Parser's validation system. Using the validation system, we can quickly run any number of validators against our input document to catch potential compilation or runtime...

HTML Fragments

…upports the concept of "HTML fragments," or the parsing of invalid HTML documents. This feature exists to help provide additional context to the parsed Blade constructs, such as where they appear within a document. The following example...

Adding the Necessary JavaScript | Reply Forms

While you could technically roll your own JavaScript to allow visitors to reply to other comments on your site, it is definitely easier to harness Meerkat's "reply to" JavaScript file. To add this file to your themes, simply use the following tag...

Laravel 5: Generating URLs to Controller Actions With action

The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters these can be supplied by utilizing the $parameters...