Showing 10 of 1,089 results.

Product Data Privacy

We feel strongly that website owners and businesses should own and protect the data they store about their customers and visitors - including user engagement data.

Laravel MessageBag Public API: all

…etrieve all the messages according to a given $format . The $format is null by default, which will cause the all method to use the format stored within the MessageBag instance (which can be retrieved using the getFormat method). Alternatively,...

Laravel Collection Public API: sortByDesc

sortByDesc($callback, $options = SORT_REGULAR) The sortByDesc method operates exactly the same as the sortBy method. The only differences is that the sortByDesc method does not define a $descending parameter. The sortByDesc method internally makes...

Overview | Validating Blade

…implement their own Blade validators, or are curious to learn more about the system. If you are interested in running existing validators against your Laravel project, consider reading the The Validate Command article instead. The validation...

4. Conveying Verbatim Copies. | License

…nvey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any...

Laravel Collection Public API: contains

…e ) { 5 return ( $ value -> favoriteNumber >= 7 && $ value -> favoriteNumber <= 9 ) ; 6 } ) ;The contains method defines two parameters: $key and $value . The $value parameter has a default value of null , however, the two method calls are not...

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

Filter Search