Releases: Dipesh79/LaravelUserLogs
Releases · Dipesh79/LaravelUserLogs
Release 1.6.0
1.6.0 (2024-03-25)
Features
- old value and changed value added in logs view blade (#5) (592e6b8)
Release 1.5.1
1.5.1 (2024-01-23)
Bug Fixes
- fixed migration file and update function (c1de477)
Release 1.5.0
1.5.0 (2024-01-23)
Features
- added old values and new changes value in database (3fde791)
Documentation
- Updated README.md for V1.5.0 (ffdf896)
Release 1.4.4
1.4.4 (2024-01-23)
Continuous Integration
- Automated tag bump and release (#4) (e5004fb)
1.4
Full Changelog: 1.3...1.4
View User Logs
Route::get('/logs', [Dipesh79\LaravelUserLogs\Controllers\UserLogController::class, 'index'])->name('logs');