owenconti / telescope
Fork of Laravel Telescope: An elegant debug assistant for the Laravel framework.
2.0.3
2019-03-26 21:26 UTC
Requires
- php: ^7.1.3
- ext-json: *
- laravel/framework: ~5.8.0|~5.9.0
- moontoast/math: ^1.1
- symfony/var-dumper: ^4.1
Requires (Dev)
- orchestra/testbench: ~3.7
This package is auto-updated.
Last update: 2026-06-15 17:07:52 UTC
README
This is a fork of the Laravel package, Telescope.
This fork includes the following modifications:
- The database migrations are wrapped in
hasTablestatements so that they can run idempotently. This allows a user to use Telescope in combination with unit tests. - A new command has been added that shows the percentage of registered routes hit in the last
xminutes.
Using Telescope for tests
TODO:
Using the RouteCoverage command
TODO: