Making Sure Strings Start With a Given Value in Laravel - Laravel 5.5 String Helper Method: start
The start helper method will make sure that a given $value always begin with exactly one occurrence of the $prefix . This helper method can be used to help generate absolute URLs from relative path names. The $prefix can be any string value.