Country Field
Country dropdown with ISO 3166 options values
Author:
Parfaitement web
Documentation
- Features
- Screenshot
- Getting Started
- Configuration
- Clearing the Cache
- Built-in translations
- Built-in countries
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
The simplest way to list every country as a selectable dropdown 🤘
#Features
- Display a select field with every ISO 639-1 language. tl;dr: The two-letter code.
- Built-in localization in 132 languages.
- Supports all the native Select Field features.
#Screenshot
#Getting Started
We have made things easy for you start. Here is the three steps your need to follow:
- Install the package
composer require parfaitementweb/filament-country-field
- Add the Country Form field in your Filament Resource.
use Parfaitementweb\FilamentCountryField\Forms\Components\Country;
Country::make('country')
- Add the Country Column field in your Filament Resource.
use Parfaitementweb\FilamentCountryField\Tables\Columns\CountryColumn;
CountryColumn::make('country')
- Enjoy.
#Configuration
On top of all Select Field methods, you can use these four helpers for the Form Component.
only()restricts the list of countries.exclude()removes an item from the list.add()adds your own value to the list.map()changes one key to another, such asGBtoUK.
use Parfaitementweb\FilamentCountryField\Forms\Components\Country;
Country::make('country')
->only(['GB', 'GF', 'NL'])
->exclude(['NL'])
->add(['MA' =>'Mars'])
->map(['GB' => 'UK', 'GF' => 'FR'])
#Clearing the Cache
To ensure better performance and faster response times, the country list is stored in the cache for easy retrieval, leading to an overall snappier user experience.
To clear the cached country list, you can utilize the built-in artisan command provided by Laravel. The following command can be run in your terminal or command line interface:
php artisan countries-field:clear
#Built-in translations
The country values are displayed according to the user's current locale settings, which are determined by the App::getLocale() value.
The field supports those 132 languages:
Afrikaans, Akan, Amharic, Arabic, Assamese, Azerbaijani, Belarusian, Bulgarian, Bambara, Bengali, Tibetan, Breton, Bosnian, Catalan, Chechen, Czech, Welsh, Danish, German, Dzongkha, Ewe, Greek, English, Esperanto, Spanish, Estonian, Basque, Persian, Fula, Finnish, Faroese, French, Western Frisian, Irish, Scottish Gaelic, Galician, Gujarati, Manx, Hausa, Hebrew, Hindi, Croatian, Hungarian, Armenian, Interlingua, Indonesian, Igbo, Sichuan Yi, Icelandic, Italian, Japanese, Javanese, Georgian, Kikuyu, Kazakh, Kalaallisut, Khmer, Kannada, Korean, Kashmiri, Kurdish, Cornish, Kyrgyz, Luxembourgish, Ganda, Lingala, Lao, Lithuanian, Luba-Katanga, Latvian, Malagasy, Maori, Macedonian, Malayalam, Mongolian, Marathi, Malay, Maltese, Burmese, Norwegian Bokmål, North Ndebele, Nepali, Dutch, Norwegian Nynorsk, Norwegian, Oromo, Odia, Ossetic, Punjabi, Polish, Pashto, Portuguese, Quechua, Romansh, Rundi, Romanian, Russian, Kinyarwanda, Sindhi, Northern Sami, Sango, Serbo-Croatian, Sinhala, Slovak, Slovenian, Shona, Somali, Albanian, Serbian, Swedish, Swahili, Tamil, Telugu, Tajik, Thai, Tigrinya, Turkmen, Tagalog, Tongan, Turkish, Tatar, Uighur, Ukrainian, Urdu, Uzbek, Vietnamese, Wolof, Xhosa, Yiddish, Yoruba, Chinese, Zulu
#Built-in countries
You can check the entire country list here.
#Testing
composer test
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
#Credits
This package used data from umpirsky/country-list. Thank you for the great work.
#License
The MIT License (MIT). Please see License File for more information.
The author
I create open-source resources and courses for the developer community, focusing on crafting Filament Packages and educational YouTube videos.
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle