Showing 10 of 1,322 results.

The Function | Laravel and Kint Debugging

Looking through the issue some more today, I decided to write a new modify one of Kint's functions to work really nice with Laravel. Add this function to some helpers file, or a file that is accessed throughout your application: 1 if ( !...

Laravel Helper Function: cookie

…o expire in five years or roughly 2,628,000 minutes. $path This parameter determines which path on the web server the cookie will be available on. For example, if the $path is set to /laravel/ , the cookie will only be available within the...

Part Two: Creating a Custom Pagination View in Laravel

This is part two of two in a series of posts on how to create a custom pagination view in Laravel. Before reading this part, it is highly recommended that your first read Part One: Creating a Custom Pagination View in Laravel of this series. In...

Laravel Collection Public API: where

…tor parameter to control how the method internally compares the given key against the value. The where method will return a new Collection instance containing all the items the match the given criteria. The original collection instance will not...

Documentation Search | That Escalated Quickly: All the New Things

…mind, and supports the following features: Split larger entries into smaller sections that can be indexed independently, Customizable indexer content, built using either Antlers or Blade templates, A custom, documentation:results, Antlers tag,...

Laravel Collection Public API: random

random($amount = 1) The random method will retrieve a random $amount of items from the collection. By default, the random method will return only one item, however a different $amount can be passed in to change the number of items returned. If the...

sortBy Options | Laravel Collection Public API: sortBy

…ew Collection ( [ 33 0 => ' a2.txt ' , 34 1 => ' a1.txt ' , 35 2 => ' a4.txt ' , 36 3 => new Animal ( ' KANGAROO ' ) , 37 4 => new Animal ( ' kangaroo ' ) , 38 5 => ' a3.txt ' , 39 6 => 6 , 40 7 => 5 , 41 8 => new Animal ( ' macaw ' ) , 42 9 => '...

Technical Support | Licensing

…or support requests, most requests are responded to within 72 hours. To start a support request, ask a question, or just say hello, please contact hello@stillat.com . If you have a technical background and are comfortable documenting an issue...