vdlp/oc-telescope-plugin
最新稳定版本:3.0.1
Composer 安装命令:
composer require vdlp/oc-telescope-plugin
包简介
Laravel Telescope integration for October CMS
README 文档
README
Provides a seamless integration of Laravel Telescope 5.0 inside October CMS.
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.
Requirements
- October CMS 4.x or higher
- PHP 8.2.0 or higher
Installation
Install the plugin using composer:
composer require vdlp/oc-telescope-plugin --dev
If you plan to use the Telescope plugin on other than your local development environment, you may install the plugin without the --dev flag.
Composer.json
Make sure that you're not autodiscovering the laravel/telescope package in your composer.json file.
"extra": { "laravel": { "dont-discover": [ "laravel/telescope" ] } }
Run the install command to install the Telescope assets:
- This will publish the Telescope configuration
config/telescope.phpfile - This will publish the Telescope migrations
database/migrations/files
php artisan telescope:install
Database
Update the migrations:
php artisan october:migrate php artisan migrate
Environment
Make sure your environment is set to local.
Permissions
- Users must have the proper permissions to access the Telescope Dashboard.
- If backend user is not logged in, access to the Telescope Dashboard will not be granted.
Documentation
Please go to the Laravel website for detailed documentation about Laravel Telescope.
Questions
If you have any question about how to use this plugin, please don't hesitate to contact us at octobercms@vdlp.nl. We're happy to help you. You can also visit the support forum and drop your questions/issues there.
vdlp/oc-telescope-plugin 适用场景与选型建议
vdlp/oc-telescope-plugin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.63k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2021 年 07 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 vdlp/oc-telescope-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 vdlp/oc-telescope-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 3.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 35
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-07-28