stomas/footballdataparser

Package to parse footballdata from football-data.co.uk

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:project

0.0.1 2017-07-24 18:02 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:32:22 UTC


README

This package parses CSV files from http://www.football-data.co.uk/data.php and adds them to Database.

Installation

  1. Download package (for now simple clone project)
  2. Add Service provider to you config/app.php.
'providers' => [
 Stomas\Footballdataparser\FootballDataServiceProvider::class
 ]
  1. Move all data from package folder to desired folders with command php artisan vendor:publish
  2. Migrate all databases with php artisan migrate
  3. Go to www.your-domain.com/footballdata and follow instructions