Skip to content

mbauer404/laravel

 
 

Repository files navigation

PR Notes

  • delete resources/views/home.blade.php and as much front-end View code you can, styling.
  • remove additional files

Sentry Laravel Example

This shows how to use Sentry in Laravel to capture errors/exceptions

Setup

  1. Make sure mysql DB is created (as per .env)
  2. $ compose install
  3. Set your DSN key + projectID in .env
  4. npm install -g @sentry/cli # remember to specify creds in env vars
  5. Run server. $ make
  6. http://localhost:8000/handled and http://localhost:8000/unhandled to trigger errors

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.9%
  • HTML 19.1%
  • Other 1.0%