azak1r / dscan

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dscan

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

About

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


Languages

Language:PHP 87.5%Language:HTML 8.4%Language:Python 4.1%