Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-countryselect
Shows a select menu containing all known countries.
https://github.com/terminal42/contao-countryselect
contao countries forms
Last synced: 23 days ago
JSON representation
Shows a select menu containing all known countries.
- Host: GitHub
- URL: https://github.com/terminal42/contao-countryselect
- Owner: terminal42
- License: mit
- Created: 2012-02-17T16:38:23.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T06:42:56.000Z (over 1 year ago)
- Last Synced: 2024-11-21T05:13:48.614Z (about 2 months ago)
- Topics: contao, countries, forms
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Contao Country-Select
`terminal42/contao-countryselect` is an extension the [Contao CMS](https://contao.org).
It adds a new front end form field that shows a list of all known countries.## Installation
Choose the installation method that matches your workflow!
### Installation via Contao Manager
Search for `terminal42/contao-countryselect` in the Contao Manager and add it to your installation.
Finally, update the packages.### Manual installation
Add a composer dependency for this bundle. Therefore, change in the project root and run the following:
```bash
composer require terminal42/contao-countryselect
```Depending on your environment, the command can differ, i.e. starting with `php composer.phar …` if you do not have
composer installed globally.## License
This bundle is released under the [MIT](LICENSE)