Showing 10 of 1,214 results.

Interpreting Error Codes | Parser Errors

…refix. The first character identifies which internal system produced the error, internally referred to as the "error family." The next three digits identify the context of the error, and the remaining three identify a specific type of error...

Laravel Facades Part Four: Facade Class Reference

Laravel Facades Part One': 'An Introduction to Facades, Laravel Facades Part Two': 'Using Facades, Laravel Facades Part Three': 'Creating Custom Facades, Laravel Facades Part Four': 'Facade Class Reference The following tables will list all the...

Laravel ViewErrorBag Public API: put

put($key, Illuminate\Contracts\Support\MessageBag $bag) The put method is used to add a new MessageBag implementation instance to the ViewErrorBag instance, supplied as the argument to the $bag parameter with some name determined by the $key...

Laravel Fluent Part Two: The Public API

This article is part of a two part series covering the Laravel Fluent API. The articles in this series are: Laravel Fluent Part One: Introduction, Laravel Fluent Part Two: The Public API The following sections will highlight the usage of the...

setDirectiveNames | The Document Parser

Sets the custom directive names. Argument Description $names The directive names. 1 <?php 2 3 use Stillat \ BladeParser \ Parser \ DocumentParser ; 4 5 public function setDirectiveNames ( 6 array $ names 7 ) : DocumentParser ;

Filter Search