laravel/helpers
Backwards-compatibility layer that restores Laravel 5.8 global helper functions in modern Laravel releases. Install via Composer and use legacy helpers while migrating to the equivalent Arr and Str methods.
Laravel Helpers provides a backwards-compatibility layer for the helper functions that shipped with Laravel 5.8, allowing legacy codebases to run on newer Laravel releases with minimal changes. It’s intended for maintenance and upgrades—not for adding new global helpers—so you can gradually migrate to the modern APIs.
Features
Arr and Str equivalents in Laravel docscomposer require laravel/helpers)How can I help you explore Laravel packages today?