-1
Good morning dear friends,
I am making the migration of my personal project from Laravel 5.7 to 5.8, but there is a part in the documentation that I didn’t understand very well, it may be a silly question, but I can’t find anything about it.
All array_* and str_* global helpers have been deprecated. You should use the Illuminate Support Arr and Illuminate Support Str methods directly.
What does that impact on my project?
From what I understand the helpers of type array_* should be replaced by Arr, so where I have for example array_push
I must replace it with Illuminate\Support\Arr::prepend
in this case?
If anyone could clear me of this doubt I’d appreciate!
I do not understand some negative votes on questions, this seems to me legitimate and within the scope.
– Ademir Mazer Jr - Nuno