409

Product support

Visit this product's website for support.

  • Added on Apr 22, 2021
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x not tested
    v2.x use latest
    v1.x not tested
  • Created by
  • Public repository

Categories

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.

Laravel Telescope plugin for OctoberCMS

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.

1.0.2

Small fixes

Oct 27, 2021

1.0.1

First version of Telescope

Apr 21, 2021