Open tabacitu opened 1 year ago
Upon installing this package, I would like it to treat me like I'm stupid. Because I am, most of the time. Or at least too lazy to follow the docs.
I would like it to ask me, then do everything needed to get up-and-running:
App\Models\Trait\LogsActivity
App\Models\LogsActivity
ModelActivityOperation
EntryActivityOperation
The result... would be that installing and using this package would be:
php artisan require backpack/activity-log php artisan backpack:activity-log:install
That's it.
This would indeed be VERY cool. But since it would take quite a bit of time... including creating all the other commands... let's not start on this just yet.
Upon installing this package, I would like it to treat me like I'm stupid. Because I am, most of the time. Or at least too lazy to follow the docs.
I would like it to ask me, then do everything needed to get up-and-running:
App\Models\Trait\LogsActivity
with some reasonable defaults? Yes/NoApp\Models\LogsActivity
on models? Yes/NoModelActivityOperation
andEntryActivityOperation
to CrudControllers? Yes/NoThe result... would be that installing and using this package would be:
That's it.