Setting up Laravel Telescope for debugging Laravel
Laravel Telescope complements your local Laravel development environment.
With Telescope, get insight into the requests coming into your app, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more.To set up Laravel Telescope on your non-production environments,
follow these steps.
Note that the default values for your main environment are set to false.
To override them on other non-production environments, run the following commands: