Installation
This package works with spatie, make sure you have already installed spatie/laravel-activitylog
Requires PHP 8.0 and Filament 3.0+
1
composer require noxoua/filament-activity-log
Optionally, you can publish the config
file with:
1
php artisan vendor:publish --tag="filament-activity-log-config"
Optionally, you can publish the views
file with:
1
php artisan vendor:publish --tag="filament-activity-log-views"
Optionally, you can publish the translations
file with:
1
php artisan vendor:publish --tag="filament-activity-log-translations"