Laravel Telescope Beta Now Available
Published on by Eric L. Barnes
The first beta release of Laravel Telescope is now out and available for everyone. If you are not familiar with Telescope here is the quick overview:
Laravel Telescope is an elegant debug assistant for the Laravel framework. Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps and more. Telescope makes a wonderful companion to your local Laravel development environment.
You can get the beta by installing it through Composer:
composer require laravel/telescope --dev
Then finishing the install with the following:
php artisan telescope:installphp artisan migrate
For complete details see the Github repo which outlines the installation and customizing the dashboard.
Eric is the creator of Laravel News and has been covering Laravel since 2012.