stomas / footballdataparser
用于解析来自football-data.co.uk的足球数据的包
0.0.1
2017-07-24 18:02 UTC
Requires
- league/csv: ^8.0
Requires (Dev)
- orchestra/testbench: ~3.4
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2024-09-29 05:01:21 UTC
README
此包解析来自 http://www.football-data.co.uk/data.php 的CSV文件并将它们添加到数据库中。
安装
- 下载包(目前只需简单克隆项目)
- 将服务提供者添加到你的 config/app.php 中。
'providers' => [
Stomas\Footballdataparser\FootballDataServiceProvider::class
]
- 使用命令
php artisan vendor:publish将包文件夹中的所有数据移动到所需的文件夹 - 使用
php artisan migrate迁移所有数据库 - 转到 www.your-domain.com/footballdata 并按照说明操作