November 16, 2016
The lower
helper method takes a given value and returns a lower cased variant.
The signature for the lower
helper function is:
lower($value)
1use Illuminate\Support\Str;2 3// all lower cased4echo Str::lower('ALL LOWER CASED');
∎
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.