This is a demo of Laravel Telescope built for the presentation on the same topic (https://blog.maxsnow.me/presentations/)
Note that the postman collection is in docs/postman-collection.json of this repo
This project is based on the Laravel API Boilerplate
An example request
Telescope Features Shown
- Request
An example request which creates a new resource in the system
Telescope Features Shown
- Request
- Model
- Queries
An example request which demonstrates cache monitoring
Telescope Features Shown
- Request
- Cache
An example request which demonstrates several features;
Telescope Features Shown
- Request
- Queries
- Models
- Events
- Jobs
Things to note
- In order for telescope to record your emails, you will need to change your mail driver to "log"
An example of exception handling and dumping
Telescope Features Shown
- Dumps
- Exceptions
Things to note
- You must have the Telescope dump screen open in order for it to log dumps
- Exceptions are not logged if you throw them directly
Show schedule & do an example of a command