Use the Str::headline() method to convert strings to studly words
- ·
- Telegram
- ·
- Newsletter
💡It's refactor time!
Laravel 8.65 introduces the Str::headline() method, this method converts a string into studly words!
A small change like this results in less noise in my code.
Thanks @SteveTheBauman for this implementation! 🙌