What happened?
The navigation.blade.php
doesn't work anymore in the latest release of Laravel (v12.29.0)
The cause is that the x-laravel-exceptions-renderer::theme-switcher
is removed.
See PR laravel/framework#57036
This also means php artisan optimize
doens't work anymore because of the exception.
How to reproduce the bug
Upgrade to laravel 12.29
Package Version
1.0.5
PHP Version
8.4
Laravel Version
12.29
Which operating systems does with happen with?
No response
Notes
No response