PHPackages                             vdlp/oc-telescope-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. vdlp/oc-telescope-plugin

AbandonedOctober-plugin[Debugging &amp; Profiling](/categories/debugging)

vdlp/oc-telescope-plugin
========================

Laravel Telescope integration for October CMS

3.0.1(3w ago)43.7k↓60.7%2proprietaryPHPPHP ^8.2.0CI failing

Since Jul 28Pushed 3w ago9 watchersCompare

[ Source](https://github.com/vdlp/oc-telescope-plugin)[ Packagist](https://packagist.org/packages/vdlp/oc-telescope-plugin)[ RSS](/packages/vdlp-oc-telescope-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (8)Versions (9)Used By (0)

Vdlp.Telescope
==============

[](#vdlptelescope)

Provides a seamless integration of [Laravel Telescope 5.0](https://laravel.com/docs/12.x/telescope) 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.

[![Laravel Telescope Dashboard](https://camo.githubusercontent.com/9f828db982d61455bcbafc4d61999a1c3c75335ba9c9a5204d136d7a62119897/68747470733a2f2f706c7567696e732e76646c702e6e6c2f6f63746f626572636d732f6f632d74656c6573636f70652d706c7567696e2f64617368626f6172642e706e67)](https://camo.githubusercontent.com/9f828db982d61455bcbafc4d61999a1c3c75335ba9c9a5204d136d7a62119897/68747470733a2f2f706c7567696e732e76646c702e6e6c2f6f63746f626572636d732f6f632d74656c6573636f70652d706c7567696e2f64617368626f6172642e706e67)

Requirements
------------

[](#requirements)

- October CMS 4.x or higher
- PHP 8.2.0 or higher

Installation
------------

[](#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

[](#composerjson)

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.php` file
- This will publish the Telescope migrations `database/migrations/` files

```
php artisan telescope:install
```

### Database

[](#database)

Update the migrations:

```
php artisan october:migrate
php artisan migrate
```

Environment
-----------

[](#environment)

Make sure your environment is set to `local`.

Permissions
-----------

[](#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
-------------

[](#documentation)

Please go to the Laravel website for detailed documentation about Laravel Telescope.

[Telescope for Laravel 12.x](https://laravel.com/docs/12.x/telescope)

Questions
---------

[](#questions)

If you have any question about how to use this plugin, please don't hesitate to contact us at . We're happy to help you. You can also visit the support forum and drop your questions/issues there.

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance95

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 78.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~296 days

Recently: every ~444 days

Total

7

Last Release

23d ago

Major Versions

1.0.3 → 2.0.02023-04-19

2.0.0 → 3.0.02025-08-22

PHP version history (4 changes)1.0.0PHP ^7.4 || ^8.0

1.0.3PHP ^7.2

2.0.0PHP ^8.0.2

3.0.0PHP ^8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed365dfb5c3f4b31be2bf8ad39d1541c4c35be295e94a80ed39a4b26204355d0?d=identicon)[vdlp](/maintainers/vdlp)

---

Top Contributors

[![adrenth](https://avatars.githubusercontent.com/u/5699988?v=4)](https://github.com/adrenth "adrenth (26 commits)")[![nathan-van-der-werf](https://avatars.githubusercontent.com/u/1123054?v=4)](https://github.com/nathan-van-der-werf "nathan-van-der-werf (4 commits)")[![mrmaarek](https://avatars.githubusercontent.com/u/3919811?v=4)](https://github.com/mrmaarek "mrmaarek (2 commits)")[![sander-beenen](https://avatars.githubusercontent.com/u/2843816?v=4)](https://github.com/sander-beenen "sander-beenen (1 commits)")

---

Tags

laraveloctobercmsoctobercms-pluginphptelescope

### Embed Badge

![Health badge](/badges/vdlp-oc-telescope-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vdlp-oc-telescope-plugin/health.svg)](https://phpackages.com/packages/vdlp-oc-telescope-plugin)
```

###  Alternatives

[johnbillion/query-monitor

Query Monitor is the developer tools panel for WordPress and WooCommerce.

1.8k531.3k21](/packages/johnbillion-query-monitor)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M5](/packages/fruitcake-laravel-telescope-toolbar)[rainlab/pages-plugin

Pages plugin for October CMS

12253.8k4](/packages/rainlab-pages-plugin)[rainlab/user-plugin

User plugin for October CMS

11955.0k15](/packages/rainlab-user-plugin)[october/rain

October Rain Library

1601.7M82](/packages/october-rain)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
