An elegant debug assistant for the Laravel framework.
dij-digital/telescope-mongodb is a Laravel package for an elegant debug assistant for the laravel framework..
It currently has 6 GitHub stars and 5.261 downloads on Packagist (latest version v5.15.1).
Install it with composer require dij-digital/telescope-mongodb.
Discover more Laravel packages by dij-digital
or browse all Laravel packages to compare alternatives.
Last updated
This package is only compatible with Laravel 11 & 12
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.