Showing 10 of 2,133 results.

Laravel String Helper Function: upper

The upper method is the opposite of the lower method and it takes a given value and returns the upper case variant. This method is useful when doing string comparisons. The signature for the upper helper method is: upper($value) 1 use Illuminate...

Querying Nodes on Node Instances | Querying Document Nodes

Querying nodes on ComponentNode or DirectiveNode instances requires structural analysis. Node queries will be evaluated against each nodes list of children nodes. If this is your intent, be sure to call the resolveStructures() method on the...

Refunds | Licensing

Stillat, LLC offers refunds on software within 14 days of purchase . Please contact refunds@stillat.com for assistance. All users are encouraged to take advantage of the free development access and unlimited trial periods (in non-production...

Laravel Artisan Cache Command: The cache:table Command

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

Video Asset | Open Graph Metadata

The videoAsset method method accepts an Asset instance and generates the following meta tags based on the asset's information: 1 <meta name="video" property="og:video" content="..."> 2 <meta property="og:video:type" content="..."> 3 <meta...

Interpreting Error Codes | Parser Errors

…esulting error code composed of a series of digits and characters following the BLADE_ prefix. The first character identifies which internal system produced the error, internally referred to as the "error family." The next three digits identify...

Laravel Artisan General Command: The clear-resets Command

The auth:clear-resets can be used to remove expired password reset tokens from the database. The command defines an optional name parameter which can be used which password broker will be used when removing the expired reset tokens (by default the...