Showing 10 of 1,204 results.

Laravel Array Helper Function: array_sort

sort($array, callable $callback) The sort helper method will allow you to sort the given $array based on some condition returned by the $callback . The method works by iterating over all the values in the $array and passing the values it finds...

Laravel Artisan Generator Command: The make:event Command

The make:event command is used to generate a new event class. The command requires a name parameter to be supplied, which will be the name of the new class. The generated classes by default will extend the App\Events\Event class (the actual...

Preamble | License

…ly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous...

13. Use with the GNU Affero General Public License. | License

…have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to...

The where:in Filter | The "where" Filters

…ad here. --> 5 {{ /comments }} 6 7 {{ /meerkat : responses }} Notice that we didn't have to do anything special with the second and third arguments. Meerkat will automatically collect all input arguments after the first one and assume they should...

Laravel Miscellaneous Helper Function: data_set

…ue of an item in an array or an object property using dot notation. It accepts a reference to a $target array or object; the $key (array key or object property name) of the data to set and the $value to be set. It also defines an optional...

Filter Search