nguyenmanh1997 / laravel-vietnam-database
database Viet Nam
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 2
Forks: 11
pkg:composer/nguyenmanh1997/laravel-vietnam-database
Requires (Dev)
This package is auto-updated.
Last update: 2025-12-29 03:19:23 UTC
README
Via Composer
$ composer require nguyenmanh1997/laravel-vietnam-database
Usage
Method 1: Run
$ php artisan vietnam:install
Method 2:
- In configs/app.php file, add the following to the providers array (optional in version >= 5.5)
NguyenManh1997\VietNam\VietNamServiceProvider::class,
- Run commands to publish the package’s config and assets and database
$ php artisan vendor:publish $ php artisan migrate $ composer dump-autoload $ php artisan db:seed --class=DistrictsTable $ php artisan db:seed --class=ProvincesTable $ php artisan db:seed --class=WardsTable
- Go to database and check it.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email nguyenmanh0397@gmail.com instead of using the issue tracker.
Credits
- [Nguyễn Mạnh][https://manhnv.com]
License
The MIT License (MIT). Please see License File for more information.