Showing 10 of 1,322 results.

Creating Image Templates

Social Media Image Kit creates images by rendering Antlers or Blade templates and converting the results to an image. By default, templates must be stored within the following folder: 1 resources/views/social-media-image-kit/ A very basic template...

Rendering Content for the Search Index | Index Configuration

The documentation search provider utilizes Antlers templates to provide data to the search indexer. Doing so dramatically simplifies the process of splitting entries into documents based on headings, especially for more complicated fieldtypes like...

Laravel 5 Collections: Adding Values to a Collection With union

…method will add the $items value to a copy of the existing collection. If there are key collisions between the collection instance and the provided $items , the elements from the collection instance will be used instead. The union method does not...

Laravel 5: Get the Current Date With today

The today helper function is similar to the now helper function in that it returns a Carbon for the current date, however, the difference is that the today helper function only returns the date component; the time component is set to 00:00:00 ....

Special Cases for Laravel's Pluralization Features

Any words, or word endings, in the following table will not be affected by the plural method. This is either because the resulting word is already plural, or because there is no inflection available. Word endings are denoted by the prefix * :...

14. Revised Versions of this License. | License

The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or...

Installation

…ptions, you may publish the configuration file. To do this, run the following command from the root of your project: 1 php artisan vendor:publish --tag = bladeThe Blade parser is an extensive library with numerous APIs and utilities to explore....

Filter Search