Showing 10 of 1,322 results.

Example Use | Laravel 5: Excluding Items From an Array With except

The following examples assume that the $_POST super-global contains the following information: 1 array { 2 [ " first_name " ] " John " 3 [ " last_name " ] " Doe " 4 [ " password " ] " some_password " 5 } We could easily get all the information...

Laravel Application Helper Function: event

event($event, $payload = [], $halt = false) The event helper is a convenient way to dispatch a particular $event to its listeners. An optional $payload of data can also be supplied when dispatching the event. When the event is dispatched, all its...

Format Options | Formatting CLI

…imum number of Antlers statements that should appear on a single line (i.e., {{ test; test += 3; test += 5; }} ) tabSize The number of spaces to use for indentation. formatExtensions A list of file extensions that will be formatted when...