Domain suspended or not configured

If you are the administrator and believe this is an error on our side, please check your BunnyCDN account configuration or contact customer support.

Laravel String Helper Function: upper - laraveldiary.com

Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

Laravel String Helper Function: upper

The upper method in PHP's Laravel Framework is used to convert a given value to uppercase. It is the opposite of the lower method and can be used for string comparisons. By using Str::upper('all upper cased'), the string "all upper cased" will be converted to "ALL UPPER CASED".