Download the PHP package batyukovstudio/laravel-telescope without Composer
On this page you can find all versions of the php package batyukovstudio/laravel-telescope. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download batyukovstudio/laravel-telescope
More information about batyukovstudio/laravel-telescope
Files in batyukovstudio/laravel-telescope
Package laravel-telescope
Short Description An elegant debug assistant for the Laravel framework.
License MIT
Informations about the package laravel-telescope
Не забудь
- Указать параметры, которые нужно скрывать в
TelescopeServiceProvider
Telescope::hideRequestParameters(['_token', 'password_repeat']);
Introduction
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.
Official Documentation
Documentation for Telescope can be found on the Laravel website.
Contributing
Thank you for considering contributing to Telescope! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Telescope is open-sourced software licensed under the MIT license.
All versions of laravel-telescope with dependencies
ext-json Version *
laravel/framework Version ^8.37|^9.0|^10.0|^11.0
symfony/console Version ^5.3|^6.0|^7.0
symfony/var-dumper Version ^5.0|^6.0|^7.0