// docs

Clean output

Read models, collections, arrays, exceptions, and SQL without digging through raw text.

Clean output is LaraBench's structured output layer. Instead of making every dump look like a wall of terminal text, LaraBench renders common Laravel values in a shape you can scan.

  • Models render as attribute cards.
  • Collections and list-shaped JSON can render as tables.
  • Nested arrays and objects can be expanded.
  • Exceptions get a clearer error card.
  • Raw output stays available when you need the original text.
Model dumps become readable cards with attributes grouped into a cleaner view.
Collections with a consistent shape become tables, which makes query results much easier to scan.