We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e3cb4f + 571caa3 commit 75664e8Copy full SHA for 75664e8
1 file changed
readme.md
@@ -89,6 +89,17 @@ $table->actions([
89
]);
90
```
91
92
+### Adjust your model to log activities
93
+
94
+```php
95
+class Order extends Model
96
+{
97
+ use LogsActivity;
98
+}
99
+```
100
101
+See https://spatie.be/docs/laravel-activitylog/v4/advanced-usage/logging-model-events for more information on the topic.
102
103
## Contributing
104
105
If you want to contribute to this packages, you may want to test it in a real Filament project:
0 commit comments