Laravel 5 - Clean Helper Extension
Laravel has always come bundled with some rather useful helpers, namely the string and array helpers. These functions are all included in their respective classes Arr and Str within the Illuminate\Support namespace. But what…