Showing 10 of 1,090 results.

Laravel Collection Public API: filter

…llection. An optional $callback can be supplied to the filter method. If no $callback is supplied to the filter method, any value in the collection that evaluates to false will be removed from the final collection. Supplying a $callback allows...

Component Parameter Parsing | Core Concepts

…parameter names and their value, provided the value is enclosed within quotes: 1 < x-alert 2 message 3 = " The message contents " /> While the parser supports it, it is still not recommended. It is supported to help tool authors detect possible...

Laravel Classes That Support Macros

…ros exist internally and does not expose any public API for determining if a macro exists. This does not mean, however, that it cannot be determined if a macro exists for the Builder . Because the getMacro internally makes a call to the array_get...

Filter Search