Showing 7 of 1,216 result(s)

/blog/2018/04/22/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:...

/blog/2013/10/31/laravel-4-rendering-a-view-to-a-string

Laravel 4 offers Views, a way to separate your applications controllers and business logic from your presentation layer. Sometimes, it can be useful to render the view into a local variable instead of outputting it to the client. You are probably...

/blog/2018/02/20/laravel-5-string-translation-public-api

The "Illuminate\Translation\Translator" class is the class that most Laravel developers will become the most familiar with when interacting with the Laravel translation services. The Translator class is responsible for handling the interactions...

/blog/2018/04/14/laravel-5-generating-public-urls-to-elixir-compiled-assets-with-elixir

…nction accepts two arguments, the name of the $file to find the path for and the $buildDirectory to look in. By default, the $buildDirectory is set to build . The build directory is relative to the applications public directory ( app/public ). As...

/blog/2018/04/21/laravel-5-macros-public-api

…utilizing the Macroable trait; there are not that many of them, but that does not detract from the fact that the Macroable trait is incredibly useful.The following additional articles discuss the various methods that make up the macro's public...

/blog/2016/11/18/laravel-array-helper-function-array_fetch

The fetch helper function has been deprecated as of Laravel 5.1 in favor of the pluck helper function. Additionally, the An Extended Example of Retrieving Unique Data Using Laravel Helper Functions article from the original publication provides...

/blog/2016/11/21/laravel-fluent-part-one-introduction

This article is part of a two part series covering the Laravel Fluent API. The articles in this series are: Laravel Fluent Part One: Introduction, Laravel Fluent Part Two: The Public API The Illuminate\Support\Fluent class is a useful data type....

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.