Showing 10 of 1,214 results.

Laravel String Helper Function: is

…it returns false . The signature for the is helper method: is($pattern, $value) The following examples will return true : 1 use Illuminate \ Support \ Str ; 2 3 // true 4 Str :: is ( ' word ' , ' word ' ) ; 5 6 // true 7 Str :: is ( ' pre* ' , '...

Laravel 5: Conditionally Throwing Exceptions With throw_unless

The throw_unless helper function is the logical counterpart to the throw_if helper function. If the provided $boolean value evaluates to false , a new instance of the provided exception will be created and thrown. Any parameters specified will be...

Laravel Task Scheduler: An Introduction

…m for scheduling tasks and commands out of the box, the command scheduler. It is a replacement for systems like cron or Windows Task Scheduler in the sense that the actual scheduling of commands is done using Laravel's task scheduler, not with...

Specifying the Entry (or Collection) | Template IDE Hints

…nt): 1 {{# 2 @name The template name. 3 @desc A human-friendly description for your awesome template. 4 @entry collectionName 5 @collection collectionName 6 #}} 7 8 The rest of your awesome Antlers template. You can specify multiple collections...

Specifying the Blueprint(s) | Template IDE Hints

…using the @blueprint directive: 1 {{# 2 @name The template name. 3 @desc A human-friendly description for your awesome template. 4 @blueprint blueprintName 5 #}} 6 7 The rest of your awesome Antlers template. You may specify multiple blueprints...

Integrating Third-Party Addons | Overview

If you are using a third-party addon and would like that addon's generated metadata to take priority over the meta/link tags generated by the se_meta tag, you can use the se_meta tag as a tag pair. You can output the additional meta/link tags...

Filter Search