Download the PHP package placecodex/laravel-countries without Composer
On this page you can find all versions of the php package placecodex/laravel-countries. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download placecodex/laravel-countries
More information about placecodex/laravel-countries
Files in placecodex/laravel-countries
Package laravel-countries
Short Description A list of all countries, optimized for Laravel 8
License MIT
Homepage https://github.com/lwwcas/laravel-countries
Informations about the package laravel-countries
Very short description
Laravel-Countries, is a package that contains everything you need to start a new project and have all countries, information and translations on hand. And all this optimized for Laravel 8.
The package provides all data directly to your database, allowing you to link to any other table in your database, in a simple and usual way.
Geology and topology maps
Amongst many other information you'll be able to plot country maps:
Available Languages?
Language |
---|
English |
Portuguese |
Spanish |
Italian |
Requirements
-
PHP >= ^7.3 | ^8.0
-
laravel/framework >= ^8.12
- dimsav/laravel-translatable >= ^11.8
Installation
You can install the package via composer:
-
Put this line into database\seeds\DatabaseSeeder.php in run function
-
Run migrations
- Run seeds or only the LcDatabaseSeeder class
Usage
You can access all the information in the database with a simple query
How to integrate into my project?
In your table you can simply add the foreign key.
Only this will allow you to make a relationship with the country table
Being optional, but strongly recommended, you should use the Foreign Key Constraints that Laravel provides.
Example of implementation in the users table
To make a relationship with the regions table
Take a good look at the Model and see the package makes it easy
Example data
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Lucas Duarte
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-countries with dependencies
laravel/framework Version ^8.12
astrotomic/laravel-translatable Version ^11.8