2022-07-26 09:45:40 +06:00
2022-07-25 22:46:54 +01:00
2022-07-17 11:16:05 +02:00
2022-07-25 22:36:34 +00:00
2022-07-25 22:22:51 +01:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00
2022-07-15 11:22:51 +02:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00
wip
2022-07-24 16:21:01 +01:00
wip
2022-07-25 22:42:31 +01:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00
WIP
2022-01-27 20:39:54 +01:00
2022-07-15 09:24:26 +00:00
2022-07-24 22:09:47 +02:00
2022-07-24 22:09:47 +02:00
wip
2022-02-03 20:32:41 +00:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00
2022-07-15 11:22:51 +02:00
2022-07-26 09:45:40 +06:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00
Admin v2 🚀
2021-12-07 13:01:13 +00:00

Banner

Tests passing Laravel v8.x Livewire v2.x PHP 8.0

Admin panel, form builder and table builder for Laravel. Built with the TALL stack. Designed for humans.

Packages

Admin Panel • DocumentationDemo

composer require filament/filament

Form Builder • Documentation

composer require filament/forms

Table Builder • Documentation

composer require filament/tables

Notifications • Documentation

composer require filament/notifications

Spatie Media Library Plugin • Documentation

composer require filament/spatie-laravel-media-library-plugin

Spatie Settings Plugin • Documentation

composer require filament/spatie-laravel-settings-plugin

Spatie Tags Plugin • Documentation

composer require filament/spatie-laravel-tags-plugin

Spatie 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 your fork in your Laravel app's root directory.
  • In the /filament directory, create a branch for your fix, e.g. fix/error-message.

Install the packages in your app's composer.json:

{
    ...
    "require": {
        "filament/filament": "dev-fix/error-message as 2.x-dev",
        "filament/forms": "dev-fix/error-message as 2.x-dev",
        "filament/notifications": "dev-fix/error-message as 2.x-dev",
        "filament/support": "dev-fix/error-message as 2.x-dev",
        "filament/tables": "dev-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 channel.

🔐 If you discover a vulnerability, please review our security policy.

S
Description
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
Readme
706 MiB
Languages
PHP 89.3%
JavaScript 5.2%
Blade 3.5%
CSS 1.9%