Download the PHP package thedevsaddam/world-countries without Composer
On this page you can find all versions of the php package thedevsaddam/world-countries. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thedevsaddam/world-countries
More information about thedevsaddam/world-countries
Files in thedevsaddam/world-countries
Package world-countries
Short Description Provide world country list with country code, city, states and flag
License MIT
Homepage https://github.com/thedevsaddam/world-countries
Informations about the package world-countries
World Countries
This package contains world country list along with states, cities, country code and country flags.
Installation
Via Composer
Install manually (add the line to composer.json file)
Open your terminal and hit the command
Add the following line to config/app.php file
To publish the configuration and resources
If you need only flags then avoid the command below. The command will required when you are going to use countries with states, cities, country code etc
The above command will populate the countries and other tables to database
To drop the populated tables
Features
- World country list with Official name, short name, flag, latitude, longitude.
- World country list with states and cities
- World Timezones (coming soon)
Usage
To fetch all the countries with flag. This will return a collection object so that you can use the available method of Collection class
Example
Fetch all the countries with state and cities
Get Eloquent model to perform custom query
Note: You can get city and state model as well. To get them use the methods below
Best uses of this package is to populate dropdown with countries.
Config
If you change the flag directory name or path then update the config/flag.php file_path according to the path name
Credit
Flag and country list json from: cristiroma
Countries, state and cities mysql dump from: cristiroma
Thank you :)