Showing 10 of 2,055 results.

Laravel Artisan Closure Based Commands

Laravel 5.3 introduced a new shorthand syntax to make writing simple Artisan commands much simpler. The console kernel exposes a command($signature, Closure $callback) method. The $signature parameter accepts a command signature string , which...

Creating Versions | Managing Projects and Versions

…-------------+--------+ 11 12 What is the name of the new version?: 13 > The next prompt is "What is the name of the new version?". A version name is displayed on the site in the version selection, in the case of multiple versions. The version...

Antlers: Building Beautiful Websites with Statamic

…pts such as tags, variables, and modifiers, the book naturally progresses into more complex topics, including conditional logic, managing arrays and loops, and leveraging partial templates to organize your projects. It also explores sophisticated...

Procedure vs. Function vs. Method vs. ?

The field of programming and computer science is awash in technical terms with definitions for those terms that are only slightly different from each other. A good example of terms like this are procedure , function , method and the anonymous...