Debugging

The LaunchStack comes with Laravel Telescope as default for debugging your application like:

  • Requests

  • Commands

  • Schedule

  • Queue Jobs

  • Batches

  • Cache

  • Events

  • Exceptions

  • Logging

  • Mail

  • Models

  • Notifications

  • Queries

  • Redis

  • Views

The telescope not will be installed on production, it's a required dev composer package.

Last updated