I've picked 12 plugins to showcase, each with screenshots and with the demo repository, you will find all the links below. For those unfamiliar with Filament, I have a full 2-hour course on how to get started. 1. Filament Breezy The missing toolkit from Filament Admin with Breeze-like ...
Laravel Filament 表格布局无效(将记录排列到网格中 $table->contentGrid() 方法无效)的解决办法 有时,你会发现,比起列表格式,数据更适合于以网格格式排列。Filament 也能处理这种情况! 只需使用$table->contentGrid()方法: use Filament\Tables\Columns\Layout\Stack; use Filament\Tables\Table; public function t...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
Filament: Customize Global Text with Laravel Translations 2025-01-24 Sometimes, you need to replace the same text in the system. You could do it by replacing each of them individually... Or by changing the Translation string! Read more Filament: Override Page Render to Log User Activity ...
Marden 未填写
最近一直在用 Laravel Filament 做项目,功能是真的强大,极大的提升了工作效率,因为也算是 Filament 新手,所以本文记录一些在使用过程中总结的小技巧、小心得。 统一时间格式 // Form $setting = app(GeneralSettings::class); DateTimePicker::configureUsing(function (DateTimePicker $datetime) use ($setting): vo...
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
Filament also supports spatie/laravel-tags. See our plugin documentation for more information.#TextareaThe textarea allows you to interact with a multi-line string:use Filament\Forms\Components\Textarea; Textarea::make('description') You may change the size of the textarea by defining the rows...
Filament是一个由Laravel开发的全栈组件集合,它为你的下一个应用程序提供了完美的起点。它使用了Livewire、Alpine.js和Tailwind CSS等技术来实现。Livewire允许你直接在服务器端处理交互,而不需要编写大量的JavaScript代码。Alpine.js是另一个轻量级的JavaScript框架,可以让你快速添加类似Vue.js或React.js的交互式组件。
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