New Controllers added. Added Charts

This commit is contained in:
2017-09-19 22:01:00 +02:00
parent ccc5b07ddf
commit 930311b550
400 changed files with 30686 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,6 +7,7 @@ $baseDir = dirname($vendorDir);
return array(
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
'jlawrence\\eos\\' => array($vendorDir . '/jlawrence/eos/src'),
'XdgBaseDir\\' => array($vendorDir . '/dnoegel/php-xdg-base-dir/src'),
'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
@@ -33,6 +34,7 @@ return array(
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
'Laravel\\Tinker\\' => array($vendorDir . '/laravel/tinker/src'),
'Jenssegers\\Date\\' => array($vendorDir . '/jenssegers/date/src'),
'Illuminate\\' => array($vendorDir . '/laravel/framework/src/Illuminate'),
'Fideloper\\Proxy\\' => array($vendorDir . '/fideloper/proxy/src'),
'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
@@ -42,6 +44,7 @@ return array(
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
'Cron\\' => array($vendorDir . '/mtdowling/cron-expression/src/Cron'),
'ConsoleTVs\\Charts\\' => array($vendorDir . '/consoletvs/charts/src'),
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
'App\\' => array($baseDir . '/app'),
);

File diff suppressed because it is too large Load Diff

View File

@@ -3951,5 +3951,168 @@
"testing",
"xunit"
]
},
{
"name": "jenssegers/date",
"version": "v3.2.12",
"version_normalized": "3.2.12.0",
"source": {
"type": "git",
"url": "https://github.com/jenssegers/date.git",
"reference": "1db4d580d1d45085a48fd4a332697619b9a3851c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jenssegers/date/zipball/1db4d580d1d45085a48fd4a332697619b9a3851c",
"reference": "1db4d580d1d45085a48fd4a332697619b9a3851c",
"shasum": ""
},
"require": {
"nesbot/carbon": "^1.0",
"php": ">=5.4",
"symfony/translation": "^2.7|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0|^6.0",
"satooshi/php-coveralls": "^1.0"
},
"time": "2017-06-30T11:51:03+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
},
"laravel": {
"providers": [
"Jenssegers\\Date\\DateServiceProvider"
],
"aliases": {
"Date": "Jenssegers\\Date\\Date"
}
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Jenssegers\\Date\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jens Segers",
"homepage": "https://jenssegers.com"
}
],
"description": "A date library to help you work with dates in different languages",
"homepage": "https://github.com/jenssegers/date",
"keywords": [
"carbon",
"date",
"datetime",
"i18n",
"laravel",
"time",
"translation"
]
},
{
"name": "jlawrence/eos",
"version": "v3.2.2",
"version_normalized": "3.2.2.0",
"source": {
"type": "git",
"url": "https://github.com/jlawrence11/eos.git",
"reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jlawrence11/eos/zipball/25e3d0f2316cb4636000f452a8e7dcc83725a32a",
"reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a",
"shasum": ""
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpunit": "4.*"
},
"time": "2016-03-02T22:35:41+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"jlawrence\\eos\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1+"
],
"authors": [
{
"name": "Jon Lawrence",
"email": "jon@jon-lawrence.com"
}
],
"description": "Parse and solve math equations without using 'eval()'.",
"keywords": [
"eos",
"equations",
"math",
"solve"
]
},
{
"name": "consoletvs/charts",
"version": "5.0.2",
"version_normalized": "5.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/ConsoleTVs/Charts.git",
"reference": "954e969c974ad9cd53a6afd263824b33dcdb8540"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/954e969c974ad9cd53a6afd263824b33dcdb8540",
"reference": "954e969c974ad9cd53a6afd263824b33dcdb8540",
"shasum": ""
},
"require": {
"illuminate/support": "5.*",
"jenssegers/date": "v3.*",
"jlawrence/eos": "3.*",
"php": ">=5.6.4"
},
"time": "2017-08-14T11:10:46+00:00",
"type": "library",
"extra": {
"laravel": {
"providers": [
"ConsoleTVs\\Charts\\ChartsServiceProvider"
],
"aliases": {
"Charts": "ConsoleTVs\\Charts\\Facades\\Charts"
}
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"ConsoleTVs\\Charts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Erik Campobadal",
"email": "soc@erik.cat"
}
],
"description": "Create charts for laravel using diferent charts libraries"
}
]