rubium / telescope-plugin
Laravel Telescope 集成于 OctoberCMS。
1.0.0
2022-02-11 11:56 UTC
Requires
- laravel/telescope: 3.*
This package is auto-updated.
Last update: 2024-09-11 18:09:18 UTC
README
在您的 OctoberCMS 应用程序内提供 Laravel Telescope。
最低要求:OctoberCMS 1.1.x
安装
要从市场安装,点击“添加到项目”按钮,然后选择要添加的项目并支付插件费用。插件添加到项目后,进入后台并检查更新以拉取插件。
要从后台安装,转到 设置 -> 更新与插件 -> 安装插件,然后搜索 Rubium.Telescope。
要从仓库安装,将其克隆到 plugins/rubium/telescope,然后从您的项目根目录运行 composer update 以拉取依赖项。
要使用 Composer 安装,从您的项目根目录运行 composer require rubium/telescope-plugin。
安装插件后,发布 Telescope 的资源 php artisan vendor:publish --tag=telescope-assets
使用方法
在 .env 中将 APP_ENV 设置为 local。
如果需要更改配置,发布配置文件
php artisan vendor:publish --tag=telescope-config
深色模式
您可以在 .env 文件中启用深色模式:ENABLE_TELESCOPE_DARK_MODE=true
有关更多使用说明和文档,请参阅Laravel Telescope。