About 55 results
Open links in new tab
  1. Build Laravel apps & admin panels fast - Filament

    Filament is a powerful open-source UI framework for Laravel. Build and ship apps & admin panels fast with Livewire.

  2. Documentation - Filament

    Filament Documentation From first install to production-ready apps: Everything you need to build with confidence. Quick Links Resources Build a CRUD interface for your Eloquent model.

  3. What is Filament? - Filament

    Filament is a Server-Driven UI (SDUI) framework for Laravel. It allows you to define user interfaces entirely in PHP using structured configuration objects, rather than traditional templating.

  4. Plugins - Filament

    Extend your Filament projects with community-built plugins, from new field types to themes and starter kits.

  5. Installation - Filament

    The Filament Panel Builder pre-installs the Form Builder, Table Builder, Notifications, Actions, Infolists, and Widgets packages. No other installation steps are required to use these packages within a panel.

  6. Installation - Filament

    This command creates config/filament.php, where you can configure options like the default filesystem disk, file generation flags, and UI defaults. Re-run the publish command any time you want to pull in …

  7. Getting started - Filament

    Filament will automatically generate a navigation menu item for your resource using the plural label. If you’d like to customize the navigation item label, you may use the $navigationLabel property:

  8. Getting started - Filament

    Overview Filament’s form package allows you to easily build dynamic forms in your app. You can use it to add a form to any Livewire component. Additionally, it’s used within other Filament packages to …

  9. Getting started - Filament

    Introduction to Filament Watch the Rapid Laravel Development with Filament series on Laracasts - it will teach you how to get started with the panel builder. Alternatively, continue reading this text-based …

  10. Installation - Filament

    To quickly get started with Filament in a new Laravel project, run the following commands to install Livewire, Alpine.js, and Tailwind CSS: Since these commands will overwrite existing files in your …