About 54 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.

  3. Installation - Filament

    Caching Filament components If you’re not using the filament:optimize command, you may wish to consider running php artisan filament:cache-components in your deployment script, especially if you …

  4. Plugins - Filament

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

  5. 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 resources.

  6. What is Filament? - Filament

    Introduction 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. …

  7. 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 …

  8. Themes - Filament

    The Filament\Support\Colors\Color class contains color options for all Tailwind CSS color palettes. You can also pass in a function to register() which will only get called when the app is getting rendered. …

  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

    Filament automatically upgrades to the latest non-breaking version when you run composer update. After any updates, all Laravel caches need to be cleared, and frontend assets need to be republished.