| Question | Answer
| ----------------------- | -----------------------
| Issue or Enhancement | Issue|Enhancement
| Laravel Version | 7
| Project Version | 3.0
When executing the command "composer update" my system broke. showing this error message.
You need to update your views, getBodyClasses() was removed with v3.3.0.
Sorry, what You mean with update your views?
Hi, please give a read to Updating Section. Probably, you have published the main views and now are not compatible with the new package version. Be sure to backup the views you have published (those on resources/views/vendor/adminlte folder) if you have applied changes to these views.
@Shidersz Thanks for the tip, I ran the update procedure, but now I have a ViewException:
Facade\Ignition\Exceptions\ViewException
Target class [JeroenNoten\LaravelAdminLte\Menu\Filters\SubmenuFilter] does not exist. (View: /home/fjas/Projetos/sgedu-2/resources/views/vendor/adminlte/partials/navbar/navbar.blade.php)
Review the config/adminlte.php file and remove JeroenNoten\LaravelAdminLte\Menu\Filters\SubmenuFilter::class from the list of filters, since that filter no longer exists on the new version. Take a look to release of version 3.4.0. Updating the config, or be aware of the changes it includes (if any) is also part of the update procedure. I hope that helps...
Most helpful comment
Review the
config/adminlte.phpfile and removeJeroenNoten\LaravelAdminLte\Menu\Filters\SubmenuFilter::classfrom the list of filters, since that filter no longer exists on the new version. Take a look to release of version 3.4.0. Updating the config, or be aware of the changes it includes (if any) is also part of the update procedure. I hope that helps...