laravel-activitylog-ui maintained by damms005
Description
A Voyager-powered UI for the spatie/laravel-activitylog package that we all love!
Author
Last update
2022/12/05 23:43
(dev-master)
License
Downloads
85
laravel-activitylog-ui

A UI for Spatie's awesome laravel-activitylog package that we all love.
Features
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
Installation
-
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
Todo
- Write tests
License
The MIT License (MIT). Please see License File for more information.