antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.94k stars 198 forks source link

A few issues #157

Open joveice opened 4 years ago

joveice commented 4 years ago

First of all, the documentation is quite shallow in the part of implementing more checks.

Panel Artisan check: "Undefined index: options". The command doesn't have options so why do I need it? If I do include it, I will get option doesn't exist error.

How do I use the 200 and 500 error page codes? both health/panel and health/check return 200 and are full of errors.

Fails to load livereload.js from localhost:35729. App is running at port 8000.