Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel String Helper Function: lower

The lower helper method converts a given value to lowercase. Use the lower function by passing the desired value as an argument. For example, Str::lower('ALL LOWER CASED') will output "all lower cased".