Closed hosquiat closed 5 years ago
Looks like the issue stems from the absense of a color for OPTIONS
in file above:
I made the change locally and was able to get the /routes
page to load.
<?php $methodColours = ['GET' => 'success', 'HEAD' => 'default', 'OPTIONS' => 'default', 'POST' => 'primary', 'PUT' => 'warning', 'PATCH' => 'info', 'DELETE' => 'danger']; ?>
Not sure why this is happening but I get this error when I hit the
/routes
route:I'm running Laravel 5.8.*