-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
5.0.0
What did you expect to happen?
Scripts for livewire to be rendered
What actually happens?
Acorn/Laravel throws an error:
Route [livewire.update] not defined.
Steps to reproduce
- install latest version of the sage
- install acorn
- install livewire
- Render @livewireScripts either in layout or in setup.php
System info
Docker container : php:8.2-apache
Log output
Symfony\Component\Routing\Exception\RouteNotFoundException
Route [livewire.update] not defined.
FILE: app/setup.php:195
add_filter('wp_footer', function () {
echo Blade::render('@livewireScripts');
});
Please confirm this isn't a support request.
Yes
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working