PHPackages                             webdelo/laravel-telescope-route - 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. [Security](/categories/security)
4. /
5. webdelo/laravel-telescope-route

ActiveLibrary[Security](/categories/security)

webdelo/laravel-telescope-route
===============================

Plugin helps to hide telescope from public on API backend.

014PHPCI failing

Since Dec 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/webdelo/telescope-route)[ Packagist](https://packagist.org/packages/webdelo/laravel-telescope-route)[ RSS](/packages/webdelo-laravel-telescope-route/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

telescope-production
====================

[](#telescope-production)

Plugin helps to hide telescope from public on API backend.

If you have to review some processes on your production API backend, you can just enable Telescope.
If you have to review some processes on your production API backend in safety from foreign eyes, you should use this plugin.
Standard gate that authorize user for Telescope dashboard uses session authorization mechanism that does not work on API with token authorization provided.

**Installation**

`composer require webdelo/laravel-telescope-route`

**config/telescope.php**

```
