Showing 10 of 1,214 results.

Default Expression Filters | Basic Filtering

…ace but were placed elsewhere to help developers internalize what the filter will do. The following table lists all of the provided filters: Filter Description Accepts is:before Returns comments received before a specified date. UNIX timestamp,...

Laravel URL Helper Function: route

route($name, $parameters = [], $absolute = true, $route = null) The route helper function can be used to generate URLs to a given named route. The route function defines four parameters, but only three are used internally ( $name , $parameters and...

registerCustomDirective | The Document Parser

Registers a single custom directive name. Argument Description $name The directive name. 1 <?php 2 3 public function registerCustomDirective ( 4 string $ name 5 ) : void ;

Laravel Helper Function: cookie

…CookieJar by default) is returned instead. When not being used to return a CookieJar instance, the cookie function makes a call to the make method on an instance of the CookieJar (which is resolved using the application container) using all...

Filter Search