Laravel 调试工具 - Telescope

发布于 2022-12-31 01:08 阅读 699

Laravel Telescope 是Laravel框架的一个优雅的调试助手。Telescope 提供对进入应用程序的请求、异常、日志条目、数据库查询、排队作业、邮件、通知、缓存操作、计划任务、变量转储等的洞察。Telescope 是您本地Laravel开发环境的绝佳伴侣。

安装

#仅本地安装,不推荐用在生产环境
composer require laravel/telescope --dev
php artisan telescope:install
php artisan migrate

访问仪表盘

http://laravel.cw.net/telescope

WX202212310105372x.jpg

参考

https://laravel.com/docs/9.x/telescope

广而告之,我的新作品《语音助手》上架Google Play了,欢迎下载体验