noxoua/filament-activity-log
The Group layout allows you to group related fields in one container, improving the readability and visual organization of log entries.
$logger->fields([
// Group::make([
// Field::make('length')->badge(),
// Field::make('height')->badge(),
// Field::make('width')->badge(),
// Field::make('weight')->badge(),
// ])->label('Measurements'),
])
{: .new } Coming soon..
How can I help you explore Laravel packages today?