Laravel telescope should be used in local environment.
Telescope makes a wonderful companion to your local Laravel development environment.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi! I have problem with Telescope in production environment. My files structure looks like:
hosting: domain.com
|
|__ laravel
| |__app
| |__resource
| |__config
| |__ etc (all other laravel files)
|
|__ public_html
|__ application
|__index.php
|__css
|__ all other files which are in public
and if I type domain.com/application/telescope the telescope is working but doesn't show values (scan spinner all time) and if I click to any tab e.g Logs then it redirects me to domain.com/telescope/logs which dose not exist (404). I tried change path at config/telescope but that not fix problem. Yes I have user email access at gate in TelescopeServiceProvider.
Thanks
Please or to participate in this conversation.