adrhumphreys / telescope
Debugging made easier
Package info
github.com/adrhumphreys/telescope
Language:JavaScript
pkg:composer/adrhumphreys/telescope
dev-master / 2.x-dev
2020-12-06 22:49 UTC
Requires
- ext-json: *
- silverstripe/admin: ^1.0
- silverstripe/framework: ^4.0
- symfony/var-dumper: ^5.0.8
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2026-06-06 18:10:38 UTC
README
Yeet it into a db
Requirements
- SilverStripe ^4.0
Installation
Just chuck it on in mate
composer require adrhumphreys/telescope dev-master
Example configuration (optional)
If you have some log wrappers you'll want to exclude those classes from the log handler. Otherwise, the context will always point at your wrapper
AdrHumphreys\Telescope\Handlers\LogHandler: skipClassesPartials: - 'App\Helpers\SystemLog'



