Merge branch 'zjl_adjust_20181026' into development
Showing
with
4766 additions
and
1 deletions
... | ... | @@ -11,7 +11,8 @@ |
"maatwebsite/excel": "~2.0.0", | ||
"guzzlehttp/guzzle": "^6.3", | ||
"predis/predis": "^1.1", | ||
"redgo/monitor-ding": "0.2" | ||
"redgo/monitor-ding": "0.2", | ||
"barryvdh/laravel-debugbar": "^2.0" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
... | ... |
This diff is collapsed.
Click to expand it.
config/debugbar.php
0 → 100644
storage/debugbar/.gitignore
0 → 100644
vendor/barryvdh/laravel-debugbar/.gitignore
0 → 100644
vendor/barryvdh/laravel-debugbar/LICENSE
0 → 100644
{ | ||
"name": "barryvdh/laravel-debugbar", | ||
"description": "PHP Debugbar integration for Laravel", | ||
"keywords": ["laravel", "debugbar", "profiler", "debug", "webprofiler"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Barry vd. Heuvel", | ||
"email": "barryvdh@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5.9", | ||
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", | ||
"symfony/finder": "~2.7|~3.0", | ||
"maximebf/debugbar": "~1.13.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Barryvdh\\Debugbar\\": "src/" | ||
}, | ||
"files": [ | ||
"src/helpers.php" | ||
] | ||
} | ||
} |
vendor/barryvdh/laravel-debugbar/readme.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
vendor/maximebf/debugbar/LICENSE
0 → 100644
vendor/maximebf/debugbar/composer.json
0 → 100644
{ | ||
"name": "maximebf/debugbar", | ||
"description": "Debug bar in the browser for php application", | ||
"keywords": ["debug", "debugbar"], | ||
"homepage": "https://github.com/maximebf/php-debugbar", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Maxime Bouroumeau-Fuseau", | ||
"email": "maxime.bouroumeau@gmail.com", | ||
"homepage": "http://maximebf.com" | ||
}, | ||
{ | ||
"name": "Barry vd. Heuvel", | ||
"email": "barryvdh@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0", | ||
"psr/log": "^1.0", | ||
"symfony/var-dumper": "^2.6|^3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.0|^5.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"DebugBar\\": "src/DebugBar/" | ||
} | ||
}, | ||
"suggest": { | ||
"kriswallsmith/assetic": "The best way to manage assets", | ||
"monolog/monolog": "Log using Monolog", | ||
"predis/predis": "Redis storage" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.13-dev" | ||
} | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment