Layouts


The Group layout allows you to group related fields in one container, improving the readability and visual organization of log entries.

Group

1
2
3
4
5
6
7
8
$logger->fields([
//    Group::make([
//         Field::make('length')->badge(),
//         Field::make('height')->badge(),
//         Field::make('width')->badge(),
//         Field::make('weight')->badge(),
//    ])->label('Measurements'),
])

Coming soon..