1.介绍
Laravel Telescope是Laravel框架的优雅调试助手。Telescope提供了对进入您的应用程序的请求,异常,日志,数据库查询,队列,邮件,通知,缓存操作,计划任务,变量转储等的深入了解。
参考资料: packagist:https://packagist.org/packages/laravel/telescope laravel学院:https://xueyuanjun.com/index.php/post/9687.html laravel一个简单的调试工具:https://learnku.com/articles/19247 后盾人:https://houdunren.gitee.io/note/手册/laravel%207.x/11%20官方扩展包/11%20Telescope.html
2.安装使用composer
安装到laravel
项目中
composer require laravel/telescope=2.* --dev
安装Telescope
后,请使用Artisan
命令telescope:install
发布。安装Telescope
之后,还应该运行以下migrate
命令: