Laravel-Backpack / activity-log

MIT License
23 stars 6 forks source link

[Feature Request] Command to add `ModelActivityOperation` and/or `EntryActivityOperation` to CrudControllers #25

Open tabacitu opened 1 year ago

tabacitu commented 1 year ago

I want this package to make it easier for me to use ModelActivityOperation and EntryActivityOperation on my CrudControllers.

I want to run php artisan backpack:activity-log:inject-operation, and it will go through all CrudControllers and inject the operation trait.

Possible attributes:

That would make it MUCH simpler to install this package.