Hi @jenya There are endpoints to view telescope resources, however you are trying to visit
telescope/models and that one is a POST endpoint.
There is no GET endpoint for telescope/models
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Laracasts. I use Laravel 5.8.16,PHP 7.3.5, Apache 2.4 on Windows 7 x64, ans MS SQL Server 2012 as DB, also I have laravel telescope package installed.
If I go to /telescope url I can see Telescope main page with all links (requests, events and so on).
If I click Requests link, for example, scanning begins and there are no requests shown. But in DB there are greate amount of different records such as events queries, so on - so package works.
Then I visit telescope/models url - error shown:
The requested URL /telescope/models was not found on this server.
route:list artisan command shows only name for:
| | GET|HEAD| telescope/{view?} |telescope|Laravel\Telescope\Http\Controllers\HomeController@index
Please help
PS. I execute clear artisan commands, reset webserver, browser and so on - no result..
Please or to participate in this conversation.