Showing 10 of 1,322 results.

Laravel Artisan Queue Command: The queue:listen Command

The queue:listen command is used to listen for and process jobs as they are added to the job queue. The command defines numerous parameters and options that can be used to customize how the queue listener interacts with and behaves under different...

Ordering Comments | Sorting Comment Threads

…e {{ meerkat:responses }} tag: 1 {{ meerkat : responses order = " id,desc " }} 2 3 {{ comments }} 4 <!-- Render the comment thread here. --> 5 {{ /comments }} 6 7 {{ /meerkat : responses }} The syntax for specifying sort order is: 1...

Laravel Artisan Event Command: The event:generate Command

…ns EventServiceProvider (by default this service provider is located in the app/Providers/EventServiceProvider.php file). Assuming the following EventServiceProvider : 1 <?php 2 3 namespace App \ Providers ; 4 5 use Illuminate \ Contracts \...

Rendering Code Samples in Search Results | Search Results Tag

The documentation search indexer will collect code samples and store them within the index entry. The documentation:results makes these available as a code_samples array for each item. Each discovered code sample will contain the following...

Core Concepts

The heart of the Blade Parser library is its Document Parser. This parser is responsible for reading through a Blade template and extracting information from it. It accomplishes this by looking for Blade constructs, such as directives, comments,...

Laravel Classes That Support Macros

…\Facades\Facade class). Class Macroable? Illuminate\Foundation\Support \Providers\RouteServiceProvider No Illuminate\Support\ViewErrorBag No Illuminate\Redis\Database No Illuminate\Support\Manager No Illuminate\Support\Fluent No...

Artisan Commands

Social Media Image Kit provides several Artisan commands to help setup, generate, and manage your social media images.

Image Tasks Table | Artisan Commands

Some features, such as generating images on a job queue, will require a database. The sub-feature to prevent duplicate jobs from being created will also require an additional table to be created. The image-tasks-table Artisan command may be used...

Filter Search