You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of Laravel's helper methods are named the same as existing PHP functions, so there's no chance these are from laravel. You can see the available laravel helpers in the helpers package @ github.com/laravel/helpers
What I was looking for was a link to this in the docs. https://laravel.com/docs/5.6/helpers
since these are the functions I need to search and replace.
Description:
Laravel 6 still uses stray instances of str_and array_ when they should be removed.
See https://laravel.com/docs/6.x/upgrade#helpers
Steps To Reproduce:
After doing "laravel new myapp", I did a grep and found these:
The text was updated successfully, but these errors were encountered: