- delete resources/views/home.blade.php and as much front-end View code you can, styling.
- remove additional files
This shows how to use Sentry in Laravel to capture errors/exceptions
- Make sure mysql DB is created (as per .env)
$ compose install
- Set your DSN key + projectID in
.env
npm install -g @sentry/cli # remember to specify creds in env vars
- Run server.
$ make
http://localhost:8000/handled
andhttp://localhost:8000/unhandled
to trigger errors