diff --git a/composer.json b/composer.json index b531441..4e26e14 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "barryvdh/laravel-debugbar": "^3.2", "eveseat/eseye": "^1.1", "fideloper/proxy": "^4.0", + "khill/lavacharts": "^3.1", "laravel/framework": "^6.0", "laravel/horizon": "^3.3", "laravel/socialite": "^4.2", diff --git a/composer.lock b/composer.lock index 86dc673..4959621 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "e0152760a1c6fd5d0e5d3e18b6f9785e", + "content-hash": "04951b958b49e1fbd8a0e973837b9149", "packages": [ { "name": "barryvdh/laravel-debugbar", @@ -831,6 +831,72 @@ "description": "Highlight PHP code in terminal", "time": "2018-09-29T18:48:56+00:00" }, + { + "name": "khill/lavacharts", + "version": "3.1.12", + "source": { + "type": "git", + "url": "https://github.com/kevinkhill/lavacharts.git", + "reference": "5823620b6c976ced1ab28ae900dab2bb573af793" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kevinkhill/lavacharts/zipball/5823620b6c976ced1ab28ae900dab2bb573af793", + "reference": "5823620b6c976ced1ab28ae900dab2bb573af793", + "shasum": "" + }, + "require": { + "nesbot/carbon": ">=1.14 <3.0", + "php": ">=5.4.0" + }, + "require-dev": { + "codeclimate/php-test-reporter": "~0.3", + "mockery/mockery": "~0.9", + "phpunit/phpunit": "~4.8", + "satooshi/php-coveralls": "~1.0", + "squizlabs/php_codesniffer": "~2.5" + }, + "suggest": { + "khill/datatableplus": "Adds extra features to DataTables such as csv and laravel collection parsing." + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Khill\\Lavacharts\\Laravel\\LavachartsServiceProvider" + ], + "aliases": { + "Lava": "Khill\\Lavacharts\\Laravel\\LavachartsFacade" + } + } + }, + "autoload": { + "psr-4": { + "Khill\\Lavacharts\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kevin Hill", + "email": "kevinkhill@gmail.com", + "role": "Creator" + } + ], + "description": "PHP wrapper library for the Google Chart API", + "homepage": "http://lavacharts.com", + "keywords": [ + "charts", + "google", + "graphs", + "laravel", + "symfony" + ], + "time": "2019-07-11T15:47:24+00:00" + }, { "name": "laravel/framework", "version": "v6.0.4", diff --git a/logs/worker.log b/logs/worker.log new file mode 100644 index 0000000..ebddcb9 --- /dev/null +++ b/logs/worker.log @@ -0,0 +1,2 @@ +Horizon started successfully. +Horizon started successfully. diff --git a/public/cache/latest/route/30000142/30002269/72f9c255d537580051901fb3d71ec3ea2afe1128/results.cache b/public/cache/latest/route/30000142/30002269/72f9c255d537580051901fb3d71ec3ea2afe1128/results.cache new file mode 100644 index 0000000..56b3a2b Binary files /dev/null and b/public/cache/latest/route/30000142/30002269/72f9c255d537580051901fb3d71ec3ea2afe1128/results.cache differ diff --git a/public/logs/eseye-2019-09-29.log b/public/logs/eseye-2019-09-29.log new file mode 100644 index 0000000..4d73c1e --- /dev/null +++ b/public/logs/eseye-2019-09-29.log @@ -0,0 +1,2 @@ +[2019-09-29 07:53:00] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/route/30000142/30002269/?datasource=tranquility&flag=secure [t/e: 0.10s/100] +[2019-09-29 08:40:11] eseye.INFO: [http 304, not modified] get -> https://esi.evetech.net/latest/route/30002269/30000142/?datasource=tranquility&flag=secure [t/e: 0.10s/100] diff --git a/storage/debugbar/.gitignore b/storage/debugbar/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/debugbar/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore