Showing 10 of 2,145 results.

Laravel 5: Accessing HTTP Request Details With request

The request helper function is a useful helper function that can be used to either retrieve an instance of Illuminate\Http\Request or retrieve an item from the user's input. To retrieve an instance of Request , call the request method without...

Available Variables | Search Results Tag

When using the documentation:results tag you will have access to all the values you've configured within the search index's fields array. If you have added all of Documentation Search's specific fields to your configuration, you will also have...

Lambdas as Function Arguments | Lambdas And Closures

Thinking back on our previous hypothetical scenario, we can be thankful that there is a built in PHP function named array_filter . This function filters elements of an array using a callback function . That callback function will be the lambda...

Laravel Facades Part Four: Facade Class Reference

Laravel Facades Part One': 'An Introduction to Facades, Laravel Facades Part Two': 'Using Facades, Laravel Facades Part Three': 'Creating Custom Facades, Laravel Facades Part Four': 'Facade Class Reference The following tables will list all the...