Showing 10 of 2,044 results.

Laravel ViewErrorBag Public API: getBags

The getBags method is used to return an associative array containing all the MessageBag instances that are currently stored within the ViewErrorBag instance. 1 <?php 2 3 use Illuminate \ Support \ ViewErrorBag ; 4 use Illuminate \ Support \...

Limitations of Liability | Licensing

YOU ASSUME ALL RISK ASSOCIATED WITH THE INSTALLATION AND USE OF THE SOFTWARE. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS OF THE SOFTWARE BE LIABLE FOR CLAIMS, DAMAGES OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE...

withValidators | Validating Documents

Adds a list of validator instances to the internal BladeValidator instance. Argument Description $validators The validator instances. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 5 public function withValidators ( 6 array $...

Pagination Variables | Responses and Replies

When the Meerkat responses tag is in pagination mode, you will gain access to a new paginate variable that contains useful data that will make it easier to work with paginated comment threads: Variable Description {{ next_page }} The URL to this...

Group Variables | Responses and Replies

The following variables are available to you within each group : Variable Description {{ comments }} The comment collection; this will change if the scope has been renamed. {{ count }} Indicates what the current group's number is (one-based...

replyOpen Event Method | Advanced Reply Forms

The replyOpen() method is called when the reply form is being presented to the user. If you previously hid the form for some reason, or would like to animate the appearance, you can do that here. You will receive an instance of the reply form as...

Creating the Meerkat Helper File | Advanced Filtering

Meerkat will look for a meerkat/filters.php file when it starts. If you do not have this directory and file, feel free to create it now before we continue. The directory structure should look similar to this once done: 1 project-rooot/ 2 ├── app/...