Search

Showing 7 of 1,216 result(s)

/blog/2018/02/19/laravel-5-the-translators-file-loader

…of the translation and the value of the language translation. For example, the following is the contents of the /resources/lang/en/passwords.php file: The individual PHP files containing the translation lines are referred to as "groups". For a...

/blog/2018/04/11/laravel-5-creating-combinations-of-elements-with-crossjoin

…ke a look at a different example where we use the crossJoin method to generate browser test payloads. The goal here is to take an array of input element names and an array of common XSS payloads and create a testing payload that we can then use...

/blog/2018/04/14/laravel-5-accessing-http-request-details-with-request

…n $key ). The following examples are identical in their end result: Using the request helper function, we can access only a subset of the user's input data: Receiving a subset of data can also be accomplished using the shorthand syntax introduced...

/blog/2018/04/14/laravel-5-accessing-the-authentication-manager-with-auth

The auth helper function is a convenience function to quickly access the Laravel authentication features; used without supplying any arguments for $guard , the auth helper function is an alternative to using the Auth facade. With no arguments, the...

/blog/2018/04/14/laravel-5-accessing-the-cache-system-with-cache

The cache helper function can be used as a convenient way to access the Laravel cache store, retrieve existing items from the cache, and to place new items in the cache. The behavior of the cache helper function is determined by the number and...

/blog/2018/04/14/laravel-5-generating-paths-relative-to-the-resource-directory-with-resource_path

The resource_path helper function can be used to resolve the path to the resource directory, or to sub-directory or file contained within the resources directory.The signature of the resource_path function is:The following example assume that the...

/blog/2018/04/14/laravel-5-rendering-views-to-strings-and-returning-view-responses-with-view

…") or an implementation instance of "Illuminate\Contracts\View\View" (which by default would be an instance of "Illuminate\View\View"). The examples in this section will make use of the default welcome.blade.php example view file that ships with...

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.