vi-kon / laravel-eve-sde
This package is abandoned and no longer maintained.
No replacement package was suggested.
EVE Online Static Data Export (SDE) for Laravel 5
dev-develop
2015-04-04 20:23 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
- vi-kon/laravel-utilities: ~2.1
This package is not auto-updated.
Last update: 2021-03-05 22:28:49 UTC
README
The package contains migration, seed and model files for EVE Online Static Data Export.
Database version: Tiamat 1.0 110751
Table of content
Features
- database independent migration and seed files (not only MSSQL)
- models for each table with relation methods
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',
License
This package is licensed under the MIT License