Showing 10 of 2,133 results.

Requires Open Directive | The Validate Command

Class : RequiresOpenValidator The requires open directive validator emits a validation error when a closing directive is not paired with an opening directive within the template. The following template: 1 @endfor emits the following error message:...

Directive Arguments Line Span | The Validate Command

Class : DirectiveArgumentsSpanningLinesValidator The line-span validator emits a validation error when the directive's arguments span more than a specified number of lines. The following template: 1 @if ( $ something 2 == $ this && 3 ' this ' == '...

Laravel Artisan Queue Command: The queue:retry Command

The queue:retry command can be used to attempt to process the specified failed jobs again. The command is versatile in how it accepts the IDs of the jobs to retry. All of the jobs can be retried by supplying all as the only argument: 1 # Retry all...

Filter Search