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
I am using the countries package to get the country name, state and calling code. Recently, have updated our PHP version from 7.3 to 7.4, after which one of the routes keeps on breaking, where the package is used in a loop to get country by ISO2 char code.
Countries::whereCca2($address->country)->first()
$address->country - US, IN, JP.
The text was updated successfully, but these errors were encountered:
I am using the countries package to get the country name, state and calling code. Recently, have updated our PHP version from 7.3 to 7.4, after which one of the routes keeps on breaking, where the package is used in a loop to get country by ISO2 char code.
Countries::whereCca2($address->country)->first()
$address->country - US, IN, JP.
The text was updated successfully, but these errors were encountered: