khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

Replace deprecates string helpers with Str class #20

Closed sitehandy closed 4 years ago

sitehandy commented 5 years ago

Replace starts_with with Str::startsWith

khsing commented 4 years ago

I don't think it is necessary to change starts_with helper function to Str::starts_with, would you provide more info?

sitehandy commented 4 years ago

I don't think it is necessary to change starts_with helper function to Str::starts_with, would you provide more info?

Hi, the Laravel 6.x no longer supported the old starts_with helper as it has been replaced with Str::startsWith

I encountered that problem when using your package in my Laravel v6.x.

You can refer to https://laravel.com/docs/6.x/upgrade#helpers.

https://laravel.com/docs/6.x/helpers