Showing 10 of 2,133 results.

Installation | Introduction & Installation

Social Media Image Kit can be installed into an existing Statamic project by running the following command from the root of your project: 1 composer require stillat/social-media-image-kit Social Media Image Kit requires some configuration and...

E-mailing Output | Laravel Task Scheduling: Managing Task Output

…sks can also be emailed after the task has completed. Emailing output can be accomplished by either using the emailOutputTo and emailWrittenOutputTo methods. Each of these methods require that the output to have been previously saved to a file...

Laravel 5 Collections: The Static API

The Collection class provides a handful of static helper functions that help in the creation of new collection instances.Laravel 5 Collections Static API: Creating a New Collection Instance From Arrays Using make, Laravel 5 Collections Static API:...