Omschrijving
Laravel Telescope makes a wonderful companion to your local Laravel development environment. 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.
Handleiding
- TELESCOPE_ENABLED=true in de .env zetten of aanpassen van false naar true
- /telescope/ om te openen (achter api/backend url)
Werkt het niet?
Gebruik je wel de url van de api / laravel project? (waar telescope inzit)
Krijg je in de netwerk tab een error en bij de response tab? Je kan tijdelijk in de verifyCsrfToken.php toevoegen aan de protected $expert lijst
'telescope/*',