hmreumann/argentina-airports
最新稳定版本:v0.1.2
Composer 安装命令:
composer require hmreumann/argentina-airports
包简介
This is a Package for Laravel to import the airports from Argentina.
README 文档
README
This is a Laravel Package that imports the airports from Argentina into an airports table.
The airports data belongs to datos.gob.ar.
Install Guide
This package can be installed through Composer.
composer require hmreumann/argentina-airports
Add the package to the autoload key in the composer json file.
"autoload": {
"psr-4": {
...
"Hmreumann\\ArgentinaAirports\\": "vendor/hmreumann/argentina-airports/src/"
}
},
Add the ArgentinaAirportsServiceProvider in the app.php config file.
/*
* Package Service Providers...
*/
\Hmreumann\ArgentinaAirports\Providers\ArgentinaAirportsServiceProvider::class,
Usage
Create the airports table.
php artisan migrate
Populate the airports table.
php artisan argentina-airports:import
Contribution Guide
- Feel free to contribute to this package. Any suggestion is welcome.
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-30