Should I require Livewire 3 manually before I require Filament in my project?

Hi, I've been playing with Filament, and I see that if I create a new Laravel project and immediately include Filament, Livewire is brought in as a dependency. However, I see many people bringing in Livewire 3 manually first and then bringing in Filament. I'm wondering why and if this is a best practice.
1 Reply
awcodes
awcodes17mo ago
Filament will install livewire as a dependency. So no need to include it manually. What you are probably seeing is people who had an existing livewire app and are converting to filament.

Did you find this page helpful?