azak1r/dscan

A directional scan (Dscan) result sharing tool for EVE Online. This tool is part of the Leviathan Suite

dev-master 2018-12-08 15:55 UTC

This package is auto-updated.

Last update: 2024-03-26 04:53:58 UTC


README

EVE Online D-Scan Parser for sharing to the correct intel channels. This package is made for the Leviathan suite. Based on Shib-D-Scan-Tool but updated to the latest game version and moved over to laravel.

Scrutinizer Code Quality Build Status Software License

How to install

Start by grabbing the package using composer (Needs to be added to packagist first TBD)

composer require azak1r/dscan

Database

The tool comes with some preset database tables and data that require some work:

run the following commands in order

php artisan vendor:publish --tag=migrations // This moves the Migration files to the main App
php artisan vendor:publish --tag=seeds // This moves the Seeder files to the main App

php artisan migrate 

Follow that up by running the following commands

composer dump-autoload
php artisan db:seed --class=DScanDataSeeder 

Views

All views for the tool are made to extend the Leviathan suite templates, so in order to modify the views run:

php artisan vendor:publish --tag=views

This will add the views to your /resources/views/vendor/Dscan folder so you can then customize them for your own styling