[Feature Request] Command to add ModelActivityOperation
and/or EntryActivityOperation
to CrudControllers
#25
Labels
ModelActivityOperation
and/or EntryActivityOperation
to CrudControllers
#25
I want this package to make it easier for me to use
ModelActivityOperation
andEntryActivityOperation
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:
php artisan backpack:activity-log:inject-operation --operation='Backpack\..\ModelActivityOperation'
php artisan backpack:activity-log:inject-operation --controller-path='App\DifferentControllerPath\'
php artisan backpack:activity-log:inject-operation --ask
- would ask me for each CrudController, if I want to add yes/noThat would make it MUCH simpler to install this package.
The text was updated successfully, but these errors were encountered: