Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

vi-kon/laravel-eve-sde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EVE Online Static Data Export (SDE) for Laravel 5

The package contains migration, seed and model files for EVE Online Static Data Export.

Database version: Tiamat 1.0 110751

Table of content


Back to top

Features

  • database independent migration and seed files (not only MSSQL)
  • models for each table with relation methods

Back to top

Installation

Basic

To composer.json file add following lines:

// to "require" object
"vi-kon/laravel-eve-sde": "~1.*"

Or run following command in project root:

composer require vi-kon/laravel-eve-sde

In Laravel 5 project add following lines to app.php:

// to providers array
'ViKon\EveSDE\EveSDEServiceProvider',

Back to top

License

This package is licensed under the MIT License


Back to top

About

EVE Online Static Data Export (SDE) for Laravel 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages