Showing 10 of 2,133 results.

Laravel MessageBag Public API: has

…= null) The has method can be used to determine if messages exist within the MessageBag instance for a given $key . The has method returns true if messages exist for the given $key , and returns false if no messages exist. The following examples...

Laravel Artisan Queue Command: The queue:table Command

The queue:table command is used to create a new migration for the jobs database table. This table is required to use the database queue driver. This command defines no parameters and can be used like so: 1 php artisan queue:table The migration...

parseKey($key) | The Laravel Translator

…n values of various calls to the parseKey method. The code samples will assume a $translator variable exists, holding a reference to a Translator object. 1 <?php 2 3 $ key = $ translator -> parseKey ( ' passwords.reset ' ) ; The $key variable...

16. Limitation of Liability. | License

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,...

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...

getVerbatimBlocks | Workspaces

Returns all verbatim blocks within the workspace. Returns all valid @verbatim / @endverbatim regions within a source document. Unpaired verbatim directives that could not be converted into a valid VerbatimNode instance will either become part of...

getLiterals | Workspaces

Returns all literal content nodes within the workspace. Returns the source template's content that could not be parsed into a valid Blade construct. If a document contains no Blade code, the parser will return a single instance of LiteralNode . 1...