kodkraft / countries
A laravel package to List of all countries
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kodkraft/countries
Requires
- ext-json: *
This package is auto-updated.
Last update: 2025-10-27 04:43:38 UTC
README
This package takes country names and codes from the source file and writes them to the database.
Install
composer require kodkraft/countries
Configuration
php artisan vendor:publish --tag=kodkraft-config
After running this command, you can change the url from the "countries.php" config file so that the package uses a different source.
Create table
php artisan migrate
Update/Create Country List
php artisan countries:update