countries-laravel icon indicating copy to clipboard operation
countries-laravel copied to clipboard

How to show country flag by abbr?

Open sergeynilov opened this issue 4 years ago • 0 comments

Hello, In my Laravel 8 app I need to show country flag and I installed package antonioribeiro/countries-laravel

But I did not fin if it supports abbreviation(like ‘AF’,'FR') ?

I trierd to make like : $nextFlag = Countries::where('abbreviation', 'AF'); and several options like 'abbreviation', but in all cases I ghot empty collection...

Which way is valid ?

Thanks!

sergeynilov avatar Jan 23 '21 08:01 sergeynilov