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

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

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

Laravel Telescope integration for October CMS

3.0.0(8mo ago)43.5k↓50%2proprietaryPHPPHP ^8.2.0

Since Jul 28Pushed 8mo 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 1mo ago

READMEChangelog (6)Dependencies (4)Versions (8)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

45

—

FairBetter than 92% of packages

Maintenance59

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

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 ~297 days

Recently: every ~371 days

Total

6

Last Release

262d 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

The Developer Tools panel for WordPress.

1.7k486.1k13](/packages/johnbillion-query-monitor)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[rainlab/translate-plugin

Translate plugin for October CMS

12666.5k9](/packages/rainlab-translate-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)[mad-web/nova-telescope-link

Smart Link for Laravel Nova to Telescope Debug Assistant.

38195.2k](/packages/mad-web-nova-telescope-link)

PHPackages © 2026

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