Create the industries of china for laravel
xiaofengit/industry-of-china-for-laravel is a Laravel package for create the industries of china for laravel.
It currently has 1 GitHub stars and 13 downloads on Packagist (latest version 1.0.0).
Install it with composer require xiaofengit/industry-of-china-for-laravel.
Discover more Laravel packages by xiaofengit
or browse all Laravel packages to compare alternatives.
Last updated
The package to create industries of china for Laravel or Lumen. 适用于Laravel,用于生成中国行业数据拓展包。
Run the following command to pull in the lastest version:
composer require xiaofengit/industry-of-china-for-laravel
Add the service provider to the providers array in the config/app.php config file as follows:
'providers' => [
...
Xiaofengit\IndustryOfChinaForLaravel\LaravelServiceProvider::class,
]
if you using Laravel 5.5 or higher, the provider will auto load.
Run the following command to publish the package config file:
php artisan vendor:publish --provider="Xiaofengit\IndustryOfChinaForLaravel\LaravelServiceProvider"
Run the following command to create regions table:
php artisan migreate
Run the following command to seed data:
php artisan db:seed --class="Database\Seeders\IndustrySeeder"
Or
import the data from sql file:
xiaofengit/industry-of-china-for-laravel/data/insert_industry.sql
It's open-sourced software licensed under the MIT license.