Laravel 5 String Helpers: Replacing the First Occurrence of a Value
The replaceFirst helper method is used to replace the first occurrence of a given $search string with the provided $replace string in the $subject string. All three parameters are required and must be strings.