Laravel Volt compatibility (with Folio and single-file component) #6263
Replies: 1 comment 3 replies
-
|
@cmizzi thanks for reporting! Any chance you could test it with just Octane and Livewire V3 (no Volt or Folio)? As we need to know if it's an underlying Livewire issue or whether it might be a Volt or Folio problem (which is handled by the Laravel team, not us, on their dedicated repos). Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Livewire version
v3.0.0-beta.7
Which PHP version are you using?
PHP 8.2
Repository URL
No response
Steps To Reproduce
Create a fresh project, install the latest Laravel Octane, Volt, and Folio dependencies. Next, create a Folio page containing the following content in
resources/views/pages/users/index.blade.php:Then, start the Octane server, and go to
localhost:8000/users.Additional information
Following laravel/octane#729.
Octane Version
2.0.4
Laravel Version
10.17.1
PHP Version
8.1
What server type are you using?
Swoole
Server Version
5.0.3
Database Driver & Version
No response
Description
On a fresh project, I'm unable to make Laravel Octane and Laravel Volt (+ Laravel Folio) work together. On the first request, Livewire's asset is correctly injected into the template, but on subsequent requests, the asset disappears and the component doesn't work.
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions