filament-logger icon indicating copy to clipboard operation
filament-logger copied to clipboard

Extensible activity logger for filament that works out-of-the-box.

Results 13 filament-logger issues
Sort by recently updated
recently updated
newest added

How can I stop getting my passwords logged as a key/value pair in the properties? ![image](https://user-images.githubusercontent.com/103419831/203803487-832a4c5f-c724-4d59-a871-afec9227f5c4.png)

Filament recently introduced the abilility for tables and forms to show dates / times in the users timezone, this patch updates the date on the view to do that aswell

I have two authentication guards. The filament package is using a special admin one that uses a different table and model than the default users configured in laravel. First thing...

2 new values to config: 'scoped_to_tenant' => true, (default in Filament) 'navigation_sort' => null, (default in Filament) 2 new function to ActivityResourrce: isScopedToTenant getNavigationSort

TODO: - [ ] Upgrade guide - [ ] Docs

It looks like Event Auto Discovery no longer works when your plugin is active. At least when `php artisan event:cache` is executed. `shouldDiscoverEvents` from the `EventServiceProvider` of the framework always...

Hallo. first of all, I've installed this plugin, and it's really amazing. thank you for making this plugin 👍. back on topic, I ran the migration using this command **php...

maybe you forgot to add 'resource.label.properties_hint' => 'Can be key or value', 'resource.label.old_attributes' => 'Old Attribute or Value: ', 'resource.label.new_attributes' => 'New Attribute or Value: ', in some languages

I noticed that the navigation group name file is being obtained through the configuration file, and not through the translation file... I think it must be a temporary change that...