mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
3.4 KiB
3.4 KiB
Filament is a collection of tools for rapidly building beautiful TALL stack interfaces, designed for humans.
Packages
Admin Panel • Documentation • Demo
composer require filament/filament
Form Builder • Documentation
composer require filament/forms
Table Builder • Documentation
composer require filament/tables
spatie/laravel-medialibrary Plugin • Documentation
composer require filament/spatie-laravel-media-library-plugin
spatie/laravel-settings Plugin • Documentation
composer require filament/spatie-laravel-settings-plugin
spatie/laravel-tags Plugin • Documentation
composer require filament/spatie-laravel-tags-plugin
spatie/laravel-translatable Plugin • Documentation
composer require filament/spatie-laravel-translatable-plugin
Contributing
If you want to contribute to Filament packages, you may want to test it in a real Laravel project:
- Fork this repository to your GitHub account.
- Create a Laravel app locally.
- Clone this repository into the
/filamentdirectory of your Laravel app. - In the
/filamentrepository, create a branch for your fix, e.g.fix/error-message
|-laravel
|-app/
|-filament/
Install the packages in your app's composer.json
"require": {
"filament/filament": "fix/error-message as 2.x-dev",
"filament/forms": "fix/error-message as 2.x-dev",
"filament/tables": "fix/error-message as 2.x-dev",
},
"repositories": [
{
"type": "path",
"url": "filament/packages/*"
}
]
Now, run composer update.
Need Help?
🐞 If you spot a bug, please submit a detailed issue, and wait for assistance.
🤔 If you have a question or feature request, please start a new discussion. We also have a Discord community. For quick help, ask questions in the appropriate package help channel.
🔐 If you discover a vulnerability, please review our security policy.
