antonioribeiro / health

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

Error 404 #107

Closed bahmanenayati closed 5 years ago

bahmanenayati commented 5 years ago

Error 404 when open route health/panel.

capture ّFor what ?

antonioribeiro commented 5 years ago

Please, check if those routes are up

php artisan route:list | grep health
CodeCooler commented 5 years ago

Ensure you're not caching routes and/or configurations:

php artisan config:clear php artisan route:clear

or

php artisan optimize

Worked for me!