adrhumphreys / telescope
Debugging made easier
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 10
Language:JavaScript
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
- 4.x-dev
- dev-master / 2.x-dev
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/highlight.js-10.4.1
This package is auto-updated.
Last update: 2024-11-06 14:59:07 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'