Download the PHP package laravelevetools/eve-seeder without Composer
On this page you can find all versions of the php package laravelevetools/eve-seeder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravelevetools/eve-seeder
More information about laravelevetools/eve-seeder
Files in laravelevetools/eve-seeder
Download laravelevetools/eve-seeder
More information about laravelevetools/eve-seeder
Files in laravelevetools/eve-seeder
Vendor laravelevetools
Package eve-seeder
Short Description EVE Online SDE seeders for Laravel Projects
License GPL-2.0-or-later
Package eve-seeder
Short Description EVE Online SDE seeders for Laravel Projects
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package eve-seeder
EVE Seeder
This package is based of Eve SeAT's new seeder classes which can be found here:
https://github.com/eveseat/eveapi/tree/5.0.x/src/database/seeders
All credits to these seeders go to warlof: https://github.com/warlof
Current Seeders Available are:
- StaStations
- InvTypes (Items and types)
- InvGroups ( Item Groups )
- InvCategories ( Item Categories )
- MapSolarSystemJumps ( Stargate connections )
- MapDenormalize ( Solar Systems, Constellations, Regions, Planets and Moons )
Usage
1. include the package:
composer require laravelevetools/eve-seeder
2. Publish the config
php artisan vendor:publish --tag=sde-config
3.\ Setup which SDE you want to seed.
Uncomment the SDE classes you want to seed. example:
4.\ Run the seed artisan command
php artisan eve:sde:update
All versions of eve-seeder with dependencies
PHP Build Version
Package Version
The package laravelevetools/eve-seeder contains the following files
Loading the files please wait ....