Showing 7 of 1,975 result(s)
…tes/web.php file we can use as the action of our form: We named our route "submit" to make it easier to reference later when building our template. We will work with the resources/views/welcome.blade.php file to simplify implementing and testing...
Any words, or word endings, in the following table will not be affected by the singular method. This is either because the resulting word is already singular, or because there is no inflection available. Word endings are denoted by the prefix * :...
…can set things up to construct our dynamic CSS classes using the yield and section features. The yield tag will let us define a named section of our template that we can set the contents of later. The section tag allows us to set the contents...
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...
where($key, $operator, $value = null) The where method allows developers to filter a collection given a key value pair. It filters the collection's items by checking that the given $key has some value equal to the provided $value . An argument can...
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...
…ion. To get started, we will use Statamic's please utility to help us scaffold the code. From the root of your project, issue the following command to generate a new modifier class: php please make:modifier Compact Once the command has executed...