-
I've got a strange issue when using full cacheing strategy in production.
If I clear the static cache, the page loads fine ( as there is not cached file to load yet ). However the generated html ha…
-
I am trying to create a component on my Jetstream Livewire project but getting the following error.
Laravel Framework 11.30.0
livewire/livewire - v3.5.12
![image](https://github.com/user-at…
-
-
Steps to replicate:
1. Create a Laravel app, use Vite & tailwind css.
2. Install the package `composer require sertxudeveloper/livewire-combobox`
3. Create a combobox `php artisan combobox:make App…
-
### What happened?
Links show below
### How to reproduce the bug
Embedding the Livewire component as per the docs with:
```php
@livewire(\Stephenjude\FilamentTwoFactorAuthentication\Livew…
-
### maryUI version
1.41.4
### daisyUI version
4.12.14
### Livewire version
3.5.12
### What browsers are affected?
Firefox, Chrome
### What happened?
Hello, I hope you are well
By searching G…
-
### What were you trying to do?
I have installed Filament onto my native PHP Laravel app,
### What happened?
Once I register my account and login, I the "user" menu in the upper right is stuck open…
-
### Feature Description
Our application is organized into multiple modules, with each module registering its own Livewire components. These components are primarily registered via the Livewire faca…
-
Related to:
```
To increment the button count call Livewire event clearCacheIncrement.
// Livewire v2
$this->emit('clearCacheIncrement');
// Livewire v3
$this->dispatch('clearCacheIncremen…
-
### Devtools for Livewire Version
v1.0.3
### Livewire Version
v3.5.12
### Laravel Version
v11.30.0
### What happened?
When opening a flyout modal with fluxui.dev, you can't interact with the to…