Laravel: String manipulations with 'Str' class
Laravel already provides powerfull helpers for string manipulations, but I was wondering what's behind these convinient helpers. The Laravel string helpers is powered by Illuminate\Support\Str class. Let's explore what methods it contains and how we can use them. For this example I will be using…
Continue reading...