Home » Str_limit Not Working in Laravel
Str_limit Not Working in Laravel
Last modified on June 12, 2020 10 sec read
HIRE US 🖐We're available to do freelance project. Take a look at
our services!
In Laravel 6 str_limit() and this related string & array function are not found.
So, the solution I found that you just use this class for string,
Illuminate\Support\Str
and, use this class for array
Illuminate\Support\Arr
Or you can add new laravel\helper
composer require laravel/helpers
Monthly Newsletter
One email a month, packed with the latest tutorials, delivered straight to your inbox.
THANK YOU SO MUCH