webmodern / alpaca-activitylog
Spatie's laravel-activitylog wrap for Filament.
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/webmodern/alpaca-activitylog
Requires
- php: ^8.4
- filament/filament: ^4.0
- spatie/laravel-activitylog: ^4.7
Requires (Dev)
- laravel/pint: ^1.5
README
This package adds a page to the Filament Admin panel to view the activity log generated by spatie/laravel-activitylog
.
Installation
Plugin Version | Filament Version | PHP Version |
---|---|---|
0.1.x | 4.x | > 8.4 |
Install via Composer.
Requires PHP 8.4 and Filament 4.0
composer require webmodern/alpaca-activitylog
Warning This plugin only offers a page to show activities related to your model. You need
spatie/laravel-activitylog
installed and configured for it to work. It is important you are using theLogsActivity
trait as per Spatie's docs for this work as we use the '->activities()' method of the trait.