Showing 10 of 1,090 results.

The Laravel Application Console Kernel

…7 } 28 29 /** 30 * Register the Closure based commands for the application. 31 * 32 * @return void 33 */ 34 protected function commands ( ) 35 { 36 37 } 38 39 } The kernel has an empty $commands array and an empty schedule() method. The $commands...

Implementing a Customer Domain Specific Language Parser in PHP

…at , a comment system for Statamic websites. The language we will be parsing looks like this in its most basic form: 1 where(name, =, 'value') Each filter is composed of the following components: A filter name (, where, in the example);, A target...

Laravel 5 Collections: The Public API

…aravel 5 Collections: Breaking a Collection Into a Specified Number of Groups With split, Laravel 5 Collections: Adding Values to a Collection With union, Laravel 5 Collections: Retrieving the Distinct Values of a Collection Using Strict...

Laravel 5: Generating HTTPS URLs With secure_url

The secure_url helper function can be used to generate secure, fully qualified URLs to a given $path . You can also supply additional data that will be added as a query string by supplying an argument for the $parameters parameter. The secure_url...

Laravel 5: Dispatching Queued Jobs With dispatch

The dispatch helper function can be used to push a new job onto the job queue (or dispatch the job). This function returns a new instance of \Illuminate\Foundation\Bus\PendingDispatch ; having access to this class instance will allow you to modify...

Additional Index Fields | Index Configuration

…ntry (based on headings), this will contain the heading's inner text., search_url, : The link to the entry, in the case of the entry's leading content, or a, #, link to an individual section. Links to individual sections are based on how your...

Filter Search