Build multiple completely separate Filament-powered panels with their own resources, dashboards, custom pages and configuration. Ship an entire panel in a Composer package with ease. Improved theme customization. Customize the color palette and typography of your panel without having to compile any Ta...
Statamic | OctoberCMS | Laravel Filament | Backpack | Laravel Nova Authentication & Permissions Laravel Sanctum, Passport | Spatie Permissions Frontend Compatibility Tailwind CSS | Vue.js, React | Livewire | Alpine.js | Inertia.js Testing Tools PHPUnit | Pest | Laravel Dusk API & Integration...
Add a description, image, and links to the laravel-filament topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the laravel-filament topic, visit your repo's landing page and select "manage topics...
laravel-filament/filamentFilament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.22266 yajra/laravel-datatablesjQuery DataTables API for Laravel4806 orchidsoftware/platformOrchid is a free Laravel package that abstracts standard business logic and allows code...
“Wow, Laravel Cloud is very smooth! Took almost no time to deploy a Filament app with database and custom domain.” Silvan Hagen Developer & Consultant “The first deployment is as easy as possible: connect your git, and boom, your page will be online.” Tim Geisendoerfer CEO & Foun...
Let’s Talk Business Your unique concepts will be crafted into a remarkable end result by our team. Full Name* Email* Phone Number Services Hire Developer(s) Web Development Mobile App Development UI/UX Design Maintenance & Support Custom Software Development ...
To consume an external API and display the data using pagination in Filament without saving the customers to the database, you can create a custom paginator and a resource page in Filament that will handle the API requests and display the data. Here's a step-by-step solution: Create a Cu...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Here's an example of how you might define a custom column in a Filament resource: useFilament\Tables\Columns\TextColumn;TextColumn::make('status') ->label('Status') ->formatStateUsing(fn ($state) =>$state->label()),// Assuming you have a label method on your state class ...
The Apex Charts plugin for Filament by Leandro Ferreira brings the popular Apex Chart library to your Laravel applications. This plugin uses the same API as the Apex Chart library, so you can use the official documentation as a configuration reference for creating a chart in Filament as you ...