owenconti / telescope
Fork of Laravel Telescope: An elegant debug assistant for the Laravel framework.
Installs: 2 060
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 583
Language:JavaScript
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
- dev-upstream-1.0
- dev-master / 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.0
- 1.0.x-dev
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-upstream-2.0
- dev-formatModelString
- dev-formatFileUploads
- dev-loadMonitoredTagsEarly
- dev-pr/4094
- dev-removePruning
- dev-revert-258-test-prune-command
This package is auto-updated.
Last update: 2024-11-15 14:01:39 UTC
README
This is a fork of the Laravel package, Telescope.
This fork includes the following modifications:
- The database migrations are wrapped in
hasTable
statements 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
x
minutes.
Using Telescope for tests
TODO:
Using the RouteCoverage command
TODO: