Showing 10 of 1,322 results.

Pint Temporary Directory | Formatter Configuration and Usage

The Blade formatter will extract the relevant PHP from Blade templates and place them in a temporary file to supply to Laravel Pint. By default this directory is located at node_modules/prettier-plugin-blade/_temp . Temporary files are...

Configuring Image Sizes | Configuration Overview

Image sizes, and their associated metadata, are configured within the images.php configuration file. Each configured social media image must have the following properties: handle, : A unique handle to internally represent the social media...

Format Command | Formatting CLI

The CLI utility currently only offers a format command. The format command accepts the following options: Option Flag Description file --f The path to the template to format. dir --d output --out An optional file path where the formatted results...

Enabling Queue Event Listeners | Using a Job Queue

To enable Social Media Image Kit's queue events you may update the events_enabled value within the queue.php configuration file: 1 <?php 2 3 return [ 4 5 // ... 6 7 /* 8 |-------------------------------------------------------------------------- 9...

Laravel 5: Accessing and Sending HTTP Responses With response

The response helper function is a useful function that can be used to accomplish two different tasks. If no arguments are supplied to the response function, an implementation of Illuminate\Contracts\Routing\ResponseFactory will be returned (by...