A UI for Spatie's awesome laravel-activitylog package that we all love.
The UI was intentionally designed to fit the purpose of usage for audit trail. Hence, the following features are currently available:
- Models are searchable
- Nice, beautiful UI
-
Ensure you have properly installed Spatie's laravel-activitylog package and Voyager and run your migrations
-
Install this package into your Laravel project via composer:
composer require damms005/laravel-activitylog-ui
This package automatically registers a route for you at /admin/activitylog-ui
. You can now visit https://<yourwebsite.app.io>/admin/activitylog-ui
to start filtering/auditing your activity logs
- Write tests
The MIT License (MIT). Please see License File for more information.