Showing 7 of 1,216 result(s)

/blog/2016/11/30/laravel-collection-public-api-where

…item: the cucumber . This is because the cucumber's age is represented as an integer, and the value 2 was passed into the where method as an integer. If the value 2 was passed as a string the only value returned would have been the tundra wolf ....

/blog/2016/11/30/laravel-collection-public-api-whereinloose

whereInLoose($key, array $values) The whereInLoose method is similar to the whereIn (discussed in the Laravel Collection Public API: whereIn article) method in that both methods can be used to filter the collection based on a given $key and an...

/blog/2016/12/07/laravel-artisan-generator-command-the-makecommand-command

…the name of the newly generated command class and file. An optional --command option can be supplied, which can be used to assign the terminal command name (as an example make:command is the terminal command name of the ConsoleMakeCommand class)....

/blog/2016/12/07/laravel-artisan-the-tinker-command

The ability to easily interactive with your application to experiment or debug issues is an incredibly important thing. To help with this, Laravel provides a tinker command out of the box. The tinker command uses the PsySH library to setup a REPL...

/blog/2017/11/27/laravel-55-string-helper-function-ascii

…e ascii method is:The ascii method accepts a $language parameter (which defaults to en ) that can be used: The ascii method provides support for the following additional languages out of the box: Language Language Parameter Bulgarian bg German de...

/blog/2017/12/06/laravel-5-string-helpers-pluralization-and-strings

…trings ending in common character sequences, handle special cases and will not attempt some very specific strings. The change in a word, such as to show tense, or the number of items, is called an inflection . doctrine/inflector Previous versions...

/blog/2018/04/22/laravel-5-collections-filtering-collection-elements-with-where

…item: the cucumber . This is because the cucumber's age is represented as an integer, and the value 2 was passed into the where method as an integer. If the value 2 was passed as a string the only value returned would have been the tundra wolf ....

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.