LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

[5.8] Use Str support class instead of helpers #76

Closed seriquynh closed 5 years ago

seriquynh commented 5 years ago

Arr and Str helpers will be removed in laravel 5.9. So, we should use support classes instead of helpers.

https://github.com/laravel/framework/pull/27504

felixgoldstein commented 5 years ago

+1

mlantz commented 5 years ago

I backported from the repairs in 6.0 - thank you