Showing 10 of 2,044 results.

The where Filter | The "where" Filters

…t property, a comparison operator, and a check value as its arguments. You may refer to the comment properties documentation to see what is available when using this filter (custom addon values are also supported). The following example...

validate | Validating Workspaces

Validates all documents within the workspace using the internal BladeValidator instance. 1 <?php 2 3 use Stillat \ BladeParser \ Workspaces \ Workspace ; 4 5 public function validate ( ) : Workspace ;

withValidator | Validating Workspaces

Adds a validator instance to the internal BladeValidator instance. Argument Description $validator The validator instance. 1 <?php 2 3 use Stillat \ BladeParser \ Validation \ AbstractNodeValidator ; 4 use Stillat \ BladeParser \ Workspaces \...

withValidators | Validating Workspaces

Adds a list of validator instances to the internal BladeValidator instance. Argument Description $validators The validator instances. 1 <?php 2 3 use Stillat \ BladeParser \ Workspaces \ Workspace ; 4 5 public function withValidators ( 6 array $...

Closure Based Variable Resolvers | Introduction & Installation

…ure as the value of our attribute in order to resolve more complicated values. We will receive the context array as the first argument: 1 <?php 2 3 use function Stillat \ StatamicAttributeRenderer \ attributes ; 4 5 attributes ( [ 6 ' name ' => '...

Entering Data | Laravel Artisan: Interacting With Commands

…not enclose the input value in quotes we would receive an error stating something similar to "Too many arguments" or we would accidentally supply an incorrect value for a different input parameter. 1 php artisan make:model " My Directory/User "...

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