Showing 10 of 2,044 results.

Configuring Favicon Sizes | Favicon Configuration

…: 15 | * 'rel': The relation attribute for the link element in HTML. 16 | * 'size': The dimensions of the favicon, like '16x16'. 17 | * 'format': The file format for the icon, e.g., 'png', 'jpg'. 18 | 19 */ 20 21 ' icons ' => [ 22 [ 23 ' rel ' =>...

get($key = null, $default = null) | Laravel 5 Facades

The get method will get an item from the input data, such as when a user posts a form or an API request is being processed. The get method can be used for requests with the following HTTP verbs: GET, POST, PUT, DELETE The get method will invoke...

Installing the Plugin | Installing Linguistics for Adobe Brackets

Installing the plugin in Brackets is incredibly simple. Start Brackets and activate the Help menu item and then select Show Extensions Folder . This will open a new Finder or Explorer window (depending on your platform) displaying your Bracket's...

Laravel Application Helper Function: dispatch

…d) The dispatch helper function can be used to push a new job onto the job queue (or dispatch the job). The function resolves the configured Illuminate\Contracts\Bus\Dispatcher implementation from the Service Container and then calls the dispatch...