Showing 10 of 1,322 results.

getRootConditions | Document Structures

Returns all the document's root conditions. This method automatically performs structural analysis. Only structures that appear at the root of the document, without any parent node, will be returned. 1 <?php 2 3 use Illuminate \ Support \...

Adding Collections to Feeds | RSS and Atom Feeds

The documentation collection has already been added to the default RSS/Atom feed. To add additional collections, update the config/feedamic.php configuration file and add the desired collections to the collections array: 1 <?php 2 3 return [ 4 //...

Laravel 5: Message Bags

The Illuminate\Support\MessageBag class is an elaborate key/value storage system for storing different types of messages. It it also allows developers to specify a format which is used when returning the messages. The format makes it incredibly...