We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per documentation,
$countries->where('name.common', 'United States')->first()->currencies;
this return,
[{ "alternativeSigns": [], "ISO4217Code": "USD", "ISO4217Number": "840", "sign": "$", "subunits": 100, "title": "U.S. dollar", ....
But I am getting only symbols in the collection dump,
PragmaRX\Countries\Package\Support\Collection {#715 ▼ #items: array:3 [▼ 0 => "USD" 1 => "USN" 2 => "USS" ] #cache: [] }
How can I get all details as per the documentation, I need to use sign in the collection,
sign
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per documentation,
this return,
But I am getting only symbols in the collection dump,
How can I get all details as per the documentation, I need to use
sign
in the collection,The text was updated successfully, but these errors were encountered: