Filament

Admin panel, form builder and table builder for Laravel. Built with the TALL stack. Designed for humans.
Alternatives To Filament
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Filament6,868
3 hours ago14mitPHP
Admin panel, form builder and table builder for Laravel. Built with the TALL stack. Designed for humans.
Migrations Generator3,310547494 months ago10September 19, 201783mitPHP
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
Iseed2,5623654614 days ago15September 10, 202075bsd-2-clausePHP
Laravel Inverse Seed Generator
Laravel 5 Generators Extended2,4311,683912 months ago16September 10, 202027mitPHP
This package extends the core file generators that are included with Laravel 5
Laravel Migrations Generator1,75754 days ago28July 03, 20222mitPHP
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
Laravel Livewire Tables1,39432 days ago67May 03, 202229mitPHP
A dynamic table component for Laravel Livewire
Eloquent Power Joins1,108
a day ago29April 06, 20228mitPHP
The Laravel magic you know, now applied to joins.
Livewire Datatables1,08516 days ago38April 04, 2022164mitPHP
Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
Sequel Pro Laravel Export929
8 months ago2mitPHP
A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.
Laravel Model Settings641212 months ago36November 12, 20214mitPHP
Model Settings for your Laravel app
Alternatives To Filament
Select To Compare


Alternative Project Comparisons
Readme

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.

Popular Laravel Projects
Popular Table Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Laravel
Table
Admin
Form
Cms
Tailwindcss
Builder