Logger by Z3d0X - How to display the "old" properties (key/value) in the view?
Hi,
I'm implementing https://filamentphp.com/plugins/logger.
Any advice to get the "old" properties in the "view" page?
I want to show it like it is now and also the old properties before the activity.
Thanks...
5 Replies
1) Disable resource logger from the config
2) Enable model logging from spatie's package
Just to say thank you so much. It's working...
For anyone that may need extra help, here is what I did...
On filament-logger.php:
On my model:
Now my view shows old and new properties. Brillant, thanks
Note. As the resource logger from the config is now disabled you'll need to update all other models.
@z3d0x please correct me if I'm wrong.
it shows the attribute names as its written in the database, how i can add label for it ?
@Pablo Torres @ZedoX
Not sure if that's possible 🤔