Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.