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: 552

Language:JavaScript

2.0.3 2019-03-26 21:26 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: