This package is only compatible with Laravel 11
This fork allows you to use Laravel Telescope with MongoDB.
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 install the package via composer:
composer require dij-digital/telescope-mongodb
Documentation for Telescope can be found on the Laravel website.