Requirements
Filament has a few requirements to run:- PHP 8.0+
- Laravel v8.0+
- Livewire v2.0+
Installation
To get started with the admin panel, you can install it using the command:filament:upgrade command. We recommend adding this to your composer.json’s post-update-cmd:
/admin to sign in, and you’re now ready to start building resources!
Deploying to production
By default, allApp\Models\Users can access Filament locally. To allow them to access Filament in production, you must take a few extra steps to ensure that only the correct users have access to the admin panel.
Please see the Users page.
If you don’t complete these steps, there will be a 403 error when you try to access the admin panel in production.
Publishing configuration
If you wish, you may publish the configuration of the package using:Publishing translations
If you wish to translate the package, you may publish the language files using:Upgrading
To upgrade the package to the latest version, you must run:filament:upgrade command to your composer.json’s post-update-cmd to run it automatically: