• Stars
    star
    12,680
  • Rank 2,379 (Top 0.05 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 4 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

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 β€’ Documentation β€’ Demo

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.

More Repositories

1

demo

Source code for the demo.filamentphp.com website.
PHP
568
star
2

plugin-skeleton

A package skeleton for developing Filament plugins.
PHP
127
star
3

filamentphp.com

Source code for the filamentphp.com website.
Blade
109
star
4

spatie-laravel-media-library-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-medialibrary Plugin (see filamentphp/filament)
PHP
57
star
5

spatie-laravel-translatable-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-translatable Plugin (see filamentphp/filament)
PHP
43
star
6

forms

[READ ONLY] Subtree split of the Filament Form Builder (see filamentphp/filament)
PHP
35
star
7

tables

[READ ONLY] Subtree split of the Filament Table Builder (see filamentphp/filament)
PHP
28
star
8

panels

[READ ONLY] Subtree split of the Filament Panel Builder (see filamentphp/filament)
PHP
27
star
9

spatie-laravel-settings-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-settings Plugin (see filamentphp/filament)
PHP
27
star
10

notifications

[READ ONLY] Subtree split of Filament Notifications (see filamentphp/filament)
PHP
18
star
11

spatie-laravel-tags-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-tags Plugin (see filamentphp/filament)
PHP
16
star
12

support

[READ ONLY] Subtree split of Filament's Support package (see filamentphp/filament)
PHP
15
star
13

blog-starter-kit

PHP
10
star
14

discord-bot

JavaScript
10
star
15

widgets

[READ ONLY] Subtree split of Filament Widgets (see filamentphp/filament)
PHP
4
star
16

actions

[READ ONLY] Subtree split of Filament Actions (see filamentphp/filament)
PHP
4
star
17

spatie-laravel-google-fonts-plugin

[READ ONLY] Subtree split of the Filament spatie/laravel-google-fonts Plugin (see filamentphp/filament)
PHP
4
star
18

infolists

[READ ONLY] Subtree split of the Filament Infolist Builder (see filamentphp/filament)
PHP
4
star
19

upgrade

[READ ONLY] Subtree split of the Filament upgrade script (see filamentphp/upgrade)
PHP
4
star
20

spark-billing-provider

[READ ONLY] Subtree split of the Filament Spark Billing Provider (see filamentphp/filament)
PHP
2
star