dev-master
9999999-devCountry package for laravel
MIT
The Requires
- illuminate/support 5.1.*|5.2.*|5.3.*
- illuminate/console 5.1.*|5.2.*|5.3.*
- illuminate/database 5.1.*|5.2.*|5.3.*
- guzzlehttp/guzzle ^6.2
by Tim Joosten
Country package for laravel
This package contains some country dataset., (*1)
Require the package with composer., (*2)
composer require tjoosten/countries
After updating composer, add the ServiceProvider to the providers array in conifg/app.php
, (*3)
Tjoosten\Countries\ServiceProvider::class
After that u need to register the seeder., (*4)
$this->call(Tjoosten\Countries\Database\Seeds\CountryNameSeeder::class);
If you discover any security related issues, please mail Topairy@gmail.com instead of using the issue tracker., (*5)
The repo is under the MIT License (MIT). Please see License File for more information., (*6)
For transparency into our release cycle and in striving to maintain backward compatibility, scouts en gidsen template is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible., (*7)
See the Releases section of our GitHub project for changelogs for each release version of this repo., (*8)
Country package for laravel
MIT