rubium/telescope-plugin

Laravel Telescope integration for OctoberCMS.

1.0.0 2022-02-11 11:56 UTC

This package is auto-updated.

Last update: 2024-04-11 17:17:11 UTC


README

Provide Laravel Telescope inside your OctoberCMS application.

Minimal requirement : OctoberCMS 1.1.x

Installation

To install from the Marketplace, click on the "Add to Project" button and then select the project you wish to add it to and pay for the plugin. Once the plugin has been added to the project, go to the backend and check for updates to pull in the plugin.

To install from the backend, go to Settings -> Updates & Plugins -> Install Plugins and then search for Rubium.Telescope.

To install from the repository, clone it into plugins/rubium/telescope and then run composer update from your project root in order to pull in the dependencies.

To install it with Composer, run composer require rubium/telescope-plugin from your project root.

After installing plugin publish the Telescope's assets php artisan vendor:publish --tag=telescope-assets

Usage

Set APP_ENV to local in .env.

If you need to change the configuration, publish the config file

php artisan vendor:publish --tag=telescope-config

Dark mode

You can enable dark mode in your .env file: ENABLE_TELESCOPE_DARK_MODE=true

See Laravel Telescope for more usage instructions and documentation.