Laravel-Backpack / activity-log

MIT License
23 stars 6 forks source link

[Feature Request] Command to use `App\Models\LogsActivity` trait on all models #24

Open tabacitu opened 1 year ago

tabacitu commented 1 year ago

Upon installing this package, if I haven't already installed and set up spatie/laravel-activitylog, I want this package to make it easier for me to implement the most common scenario.

I want to run php artisan backpack:activity-log:inject-model-trait, and it will go through all models in App\Models and inject that trait.

Possible attributes:

That would make it MUCH simpler to use spatie/laravel-activitylog.