Download the PHP package nawasara/audit without Composer
On this page you can find all versions of the php package nawasara/audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nawasara/audit
More information about nawasara/audit
Files in nawasara/audit
Download nawasara/audit
More information about nawasara/audit
Files in nawasara/audit
Vendor nawasara
Package audit
Short Description Audit trail, activity logging, and login attempt tracking for the Nawasara superapp framework.
License MIT
Package audit
Short Description Audit trail, activity logging, and login attempt tracking for the Nawasara superapp framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package audit
Nawasara Audit
Audit trail, activity logging, and login attempt tracking for the Nawasara superapp framework.
Features
- Activity log — every significant write action (model create/update/delete) is recorded with the user, timestamp, and field-level diff using
spatie/laravel-activitylog. - Login history — successful and failed authentication attempts are persisted, including IP address, user agent, and outcome.
- Admin viewer — Livewire pages to browse, filter, and inspect activity log entries and login attempts without leaving Nawasara.
- Permission-gated — viewing the audit pages requires Spatie permissions seeded by the package.
Installation
This package ships as part of the Nawasara monorepo and is auto-discovered by Laravel.
Usage
Enable activity logging on any Eloquent model:
Login attempts are recorded automatically by the bundled listeners; no caller code is required.
Pages
| Route | Permission | Purpose |
|---|---|---|
/admin/audit/activity |
audit.activity.view |
Filterable activity log viewer |
/admin/audit/login-history |
audit.login.view |
Login attempt history |
Author
Pringgo J. Saputro <[email protected]>
License
MIT
All versions of audit with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^10.0|^12.0
spatie/laravel-activitylog Version ^4.9
nawasara/ui Version *
livewire/livewire Version ^3.0
illuminate/support Version ^10.0|^12.0
spatie/laravel-activitylog Version ^4.9
nawasara/ui Version *
livewire/livewire Version ^3.0
The package nawasara/audit contains the following files
Loading the files please wait ...