Filament 3 upgrade problems #7491
|
Could someone please advise me on how to upgrade from Filament v2 to v3? I'm sure it's something obvious to developers familiar with composer. My current package versions from My composer.json: From https://filamentphp.com/docs/3.x/panels/upgrade-guide:
Okay so I won't upgrade Livewire yet. Also:
Done. Result of running Looks good so far. Running So I did Then I did Presumably this is because I haven't upgraded Livewire yet. Trying I tried with My composer.json: My composer.lock file contains the following: |
Replies: 2 comments 7 replies
|
Remove Livewire as a dependency, Filament installs it for you. Then update Filament. You can require it again after if you want. |
|
@danharrin When I upgrade from v2 to v3, I have public/css/filament and public/js/filament dirs which I didn't have before, with quite a few files in each. Do I .gitignore these, or commit them into my project repo? Upgrade docs mention nothing about this, I don't think.. |
Remove Livewire as a dependency, Filament installs it for you. Then update Filament. You can require it again after if you want.