imperian-systems / laravel-debugger-api
There is no license information available for the latest version (dev-main) of this package.
dev-main
2022-06-13 23:51 UTC
This package is not auto-updated.
Last update: 2025-03-05 11:50:51 UTC
README
To install:
composer require imperian-systems/laravel-debugger-api
Publish config file:
php artisan vendor:publish \
--provider="ImperianSystems\LaravelDebuggerApi\LaravelDebuggerApiProvider" \
--tag="config"
Set shared key in .env:
LARAVEL_DEBUGGER_KEY=KEEPTHISSECRET
Note: This package is only functional if Laravel is in debug mode (APP_DEBUG=true in .env)