Laravel EnsoLaravel Enso
Guide
Back End
Front End
GitHub
Guide
Back End
Front End
GitHub
  • Front End

    • Accessories
    • Action Logger
    • Addresses
    • Alfa Sign
    • Algolia
    • API
    • Audit
    • Auth
    • Bookmarks
    • BTRL
    • Calendar
    • Card
    • Cargo Partner
    • Categories
    • Charts
    • Checkbox
    • Clipboard
    • Comments
    • Commercial
    • Companies
    • Confirmation
    • Currencies
    • Data Import
    • Date
    • Datepicker
    • Directives
    • Discounts
    • Divider
    • Documents
    • Dropdown
    • Dropdown Indicator
    • Eav
    • Emag
    • Enums
    • ERD
    • Facebook
    • Files
    • Filters
    • Financials
    • Forms
    • Frisbo
    • Google
    • Holidays
    • How to
    • Interactions
    • Inventory
    • IO
    • Laravel Validation
    • Loader
    • Localisation
    • Logs
    • Measurement Units
    • Meili Search
    • Menus
    • Mixins
    • Modal
    • Money
    • Monitored Emails
    • Notifications
    • Orderable Trees
    • Packaging Units
    • Pagination
    • People
    • Permissions
    • Product Lots
    • Products
    • Progress Bar
    • Progress Circle
    • Progress Indicator
    • Projects
    • Questionnaires
    • Quick View
    • Range Slider
    • Rating
    • Roles
    • Route Mapper
    • Sale Channels
    • Scroll to Top
    • Search Mode
    • Select
    • Send SMS
    • Sentry
    • Services
    • Smart Bill
    • SMS Advert
    • Strings
    • Switch
    • System Notifications
    • Tables
    • Tabs
    • Tasks
    • Teams
    • Textarea
    • Themes
    • Ticketing
    • Toastr
    • Transitions
    • Tree View
    • Tutorials
    • Typeahead
    • Typesense
    • UI
    • Uploader
    • UPS
    • User Groups
    • Users
    • Virtual Call Center
    • Vouchers
    • Webshop
    • WYSIWYG

Audit

LicenseStableDownloadsVueJavaScriptSCSSnpmIssuesMerge Requests

Description

Audit table pages, model filters and change presenters for Enso UI.

Installation

Install the package:

yarn add @enso-ui/audit

This package is also available through the full enso-ui workspace bundle.

Features

  • exports the audit index page used by the system route group
  • filters audit rows by event, audited model, audited model id, user and creation date
  • loads audited model options from the backend system.audit.models source
  • renders row-level create/update/delete payloads inside a closeable popover
  • supports click-to-filter tags for event, model, audited id and user avatar columns
  • integrates audit rows with user avatars and the backend table definition

Usage

import AuditsIndex from '@enso-ui/audit';

API

Index

Default export for the audit table page.

Import: @enso-ui/audit

Audit

Popover change renderer used by the audit table.

Import: @enso-ui/audit/src/bulma/pages/audit/components/Audit.vue

Props:

  • event: string audit event type.
  • changes: object backend create/update/delete payload.

Model

Plain attribute renderer used for create/delete payloads.

Import: @enso-ui/audit/src/bulma/pages/audit/components/Model.vue

Updated

Before/after renderer used for update payloads.

Import: @enso-ui/audit/src/bulma/pages/audit/components/Updated.vue

Routes

system/audit

Route group:

  • system.audit.index

Page:

  • src/bulma/pages/audit/Index.vue

The model filter expects the companion backend source:

  • system.audit.models
  • GET api/system/audit/models

Companion Backend Package

  • laravel-enso/audit ↗

The backend companion provides the audit table definition, audited model options, change payloads and route group consumed by the page.

Depends On

  • @enso-ui/tables ↗
  • @enso-ui/ui ↗
  • @enso-ui/users ↗

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

License

MIT

Edit this page on GitHub
Last Updated: 5/11/2026, 4:33:04 PM
Prev
API
Next
Auth