dij-digital / telescope-mongodb
An elegant debug assistant for the Laravel framework. Made compatible with MongoDB.
v5.0.6
2024-06-17 09:34 UTC
Requires
- php: ^8.0
- ext-json: *
- laravel/framework: ^8.37|^9.0|^10.0|^11.0
- mongodb/laravel-mongodb: ^4.4
- symfony/console: ^5.3|^6.0|^7.0
- symfony/var-dumper: ^5.0|^6.0|^7.0
Requires (Dev)
- ext-gd: *
- guzzlehttp/guzzle: ^6.0|^7.0
- laravel/octane: ^1.4|^2.0|dev-develop
- orchestra/testbench: ^6.40|^7.37|^8.17|^9.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.0|^10.5
README
Introduction
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.
Installation
You can install the package via composer:
composer require dij-digital/telescope-mongodb
Official Documentation
Documentation for Telescope can be found on the Laravel website.