Setup
To set up the new debug bar for Laravel, you need to make sure Telescope is running.
php artisan telescope:install
Then, run the migrations:
php artisan migrate
The new debug bar for Laravel uses the data collected by Laravel Telescope and displays it in a beautiful and modern user interface.