samedi 7 septembre 2019

Laravel Routes Disappeared After Installing Debugbar on Laravel 5.8

Just did an installation of Laravel Debugbar on my Laravel 5.8 application, but somehow all my Laravel routes went missing after that. All pages on my site are no longer accessible, as I seem to have lost all my routes.

When I do php artisan route:list, I'm getting the following:

enter image description here

I've tried performing the following:

composer remove barryvdh/laravel-debugbar

php artisan cache:clear

php artisan optimise

but nothing seems to work.

Appreciate if anyone can help me with this!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire