New Project Recommended Installation Steps/Order?

What would be the recommended installation steps for a new project that will be using Filament (/admin route) and will also use Breeze, Livewire, Volt, & Alpine outside of Filament and build both Filament and other pages with Vite? This order? Laravel Breeze Filament (installs Livewire & Alpine?) Volt Anything else I would need to do besides include the @livewireStyles & @livewireScript tags in the non-Filament layout in order for the project to build correctly? Thanks! Ruben
3 Replies
awcodes
awcodes8mo ago
Unless you are using panels and on a panel page, this is all not relevant. Each package of filament works with livewire independently.
rubendn
rubendnOP8mo ago
Sorry, I could have probably been more specific. When you install a new laravel project with Breeze using Livewire it installs Livewire. Will there be any type of conflict when you install Filament which installs Livewire? Do I remove it from composer.json? If it remove it from composer.json can I still use Livewire on the non-Filament pages?
awcodes
awcodes8mo ago
You don’t have to remove it. Composer will handle all of that. Filament requires livewire so it will be installed either way.

Did you find this page helpful?