webappid / laravel-country
Laravel country package
2.0.3
2020-04-04 13:52 UTC
Requires
- php: >=7.2.0
- doctrine/dbal: ^2.5
- illuminate/support: ^6.0|^7.0
- webappid/laravel-ddd: ^1.0
Requires (Dev)
- mockery/mockery: dev-master@dev
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
README
Step by step to use :
- run
composer require webappid/laravel-country
. - run
php artisan migrate
one more time. - run
webappid:country:seed
to create default data. This seeder always insert new data only without wipe the old data and update the data if the data exist
If you have any question about this package, please don't hesitate to drop me an email at dyan.galih@gmail.com
Thanks to everyone to help me build this package.