Showing 10 of 2,145 results.

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:...

Introducing Forte | Laracon, Blade and What's Next

All good projects need a great name, so I'd like to introduce you to Forte. From Merriam-Webster : the part of a sword or foil blade that is between the middle and the hilt and that is the strongest part of the blade A short, punchy word that is...

Laravel 5: Logging Informative Messages With info

The info helper will write an information entry into Laravel's log files. It allows a $message to be set, as well as an optional $context (which is an array of data). While the $context must be an array, the actual elements of the array do not...