dependabot[bot] 58437a8ee6 chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 (#20356)
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](https://github.com/zizmorcore/zizmor-action/compare/6fc4b006235f201fdab3722e17240ab420d580e5...3dc1ecc9bcb9e94e9b2c709687979e1298497054)

---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-11 10:23:25 +01:00
2022-08-31 07:32:43 +01:00
wip
2022-08-04 12:40:23 +01:00
2025-11-28 10:57:39 +00:00
wip
2023-06-11 17:56:26 +01:00
2023-06-05 17:01:11 +02:00
2022-08-19 23:28:59 +02:00
2022-07-15 11:22:51 +02:00
2026-05-29 14:22:23 +01:00
2023-06-05 17:01:11 +02:00
2023-06-05 21:05:09 +00:00
wip
2023-07-03 09:31:36 +01:00
WIP
2022-01-27 20:39:54 +01:00
2022-07-15 09:24:26 +00:00
2025-03-25 10:27:09 +00:00
2025-03-25 10:27:09 +00:00
2022-10-15 09:16:29 +01:00
2022-11-29 10:50:30 +01: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": "*",
    },
    "minimum-stability": "dev",
    "repositories": [
        {
            "type": "path",
            "url": "filament/packages/*"
        }
    ],
    // ...
}

Now, run composer update.

Checking for missing translations

Set up a Laravel app, and install the admin panel.

Now, if you want to check for missing Spanish translations, run:

php artisan filament:check-translations es

This will let you know which translations are missing for this locale. You can make a PR with the changes to this repository.

If you've published the translations into your app and you'd like to check those instead, try:

php artisan filament:check-translations es --source=app

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 692 MiB
Languages
PHP 89.1%
JavaScript 5.3%
Blade 3.6%
CSS 2%