If you see anything missing from this guide, please donât hesitate to make a pull request to our repository! Any help is appreciated!
New requirements
- PHP 8.2+
- Laravel v11.28+
- Livewire v4.0+
- Tailwind CSS v4.0+
Running the automated upgrade script
Some plugins youâre using may not be available in v5 just yet. You could temporarily remove them from your
composer.json file until theyâve been upgraded, replace them with a similar plugins that are v5-compatible, wait for the plugins to be upgraded before upgrading your app, or even write PRs to help the authors upgrade them.composer remove filament/upgrade --dev as you donât need it anymore.