After update Laravel to 5.8.* Voyager is completely broken
Suddenly BREADS are broken, searchable is
Undefined variable
Call to a member function getTranslatedAttribute() on null
appears every time...
I am thinking about completely uninstall Voyager for good.
How do I uninstall it? Any hints, please?
To be honest never upgrade an existing project without preparation.
To uninstall you need:
Also remove the routes from your routes/web.php
Voyager entangles itself in the Laravel application so simply doing
may not be enough
composer.json
Also delete the
hooks
directory on the root of your projectroutes/web.php
File: config/app.php comment or delete following lines.
Auth\User
instead of Voyager's userFrom this
To this
config/voyager.php
database/migrations
database/seeds
public/vendor/tcg
folder to remove static assets