Showing 10 of 2,133 results.

8. Termination. | License

…d work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of...

hasErrorOnLine | Blade Compiler

Tests if an error matching the provided properties exists on a specific line. Argument Description $line The line to check. $type The error type to check for. $context The error context. 1 <?php 2 3 use Stillat \ BladeParser \ Errors \ ErrorType ;...

Laravel 5: Managing HTTP Cookies With cookie

The cookie function is generally used to create a new instance of the \Symfony\Component\HttpFoundation\Cookie class. If the supplied $name is null an implementation of \Illuminate\Contracts\Cookie\Factory (which is an instance of...

8. Termination. | License

…d work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of...

Laravel 4: Working With Checkboxes and Input

…kbox is the name of the input element and 1 is the value the checkbox was given. This would generate (with Laravel 4.1.*) the following HTML code: 1 < input checked = " checked " name = " my_checkbox " type = " checkbox " value = " 1 " >Inside of...

hasErrorOnLine | The Document Parser

Tests if an error matching the provided properties exists on a specific line. Argument Description $line The line to check. $type The error type to check for. $context The error context. 1 <?php 2 3 use Stillat \ BladeParser \ Errors \ ErrorType ;...

How Meerkat Decides What Form to Display | Reply Forms

…ached to it, and this is how Meerkat knows to use that form. However, you can create a custom "reply to" form by creating a form with the data attribute data-meerkat-form="comment-reply-form" data attribute. If Meerkat detects that an element...

Scope Variable Names | Responses and Replies

The name of the collection that is supplied when rendering nested comments is important, and is determined by the current collection alias, or name. The default name is comments , so we implement the nested replies like so by default: 1 {{ meerkat...

Flat Threads | Responses and Replies

By default, Meerkat will assume that you will be displaying comments as nested lists. Because of this, the comments that are available in the comments variable will be the root level comments. For example, if there are only two root level...