composer.json
"require": {
"php": ">=7.0",
"laravel/lumen-framework": "5.5.*",
"illuminate/mail": "^5.5",
"illuminate/redis": "^5.5",
"vlucas/phpdotenv": "~2.2",
"dingo/api":"1.0.*@dev",
"tymon/jwt-auth": "1.0.0-rc.1",
"guzzlehttp/guzzle": "~6.0",
"predis/predis": "^1.1",
"palanik/lumen-cors": "dev-master",
"laravelista/lumen-vendor-publish": "^2.1",
"appzcoder/lumen-routes-list": "^1.0",
"league/flysystem": "^1.0",
"ramsey/uuid": "^3.7",
"overtrue/laravel-lang": "~3.0",
"targetliu/phpredis": "^1.2"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~6.0",
"mockery/mockery": "~0.9",
"barryvdh/laravel-debugbar": "^3.1"
},
bootstrap.php
$app->configure('debugbar');
$app->register(Barryvdh\Debugbar\LumenServiceProvider::class);
public/index.php
$app->run();
---------INDEX RESULT------------
view-source:api.test.com
Lumen (5.5.2) (Laravel Components 5.5.*)
public/index.php
$app->run($app['request']);
---------INDEX RESULT------------
Lumen (5.5.2) (Laravel Components 5.5.*) '//:/_debugbar/assets/stylesheets?v=1505741566'
'//:/_debugbar/assets/javascript?v=1505741566'
>
聽 |
add to .env
DEBUGBAR_ENABLED=true
Any errors in the logs?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further.
Thank you for your contribution! Apologies for any delayed response on our side.