Closed barathsku closed 2 years ago
Hi, this plugin uses spatie/larvel-activitylog
Please follow the instructions setup instructions for that package. I will update the docs to mention this.
This is the command to publish the migrations
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-migrations"
You see full setup instructions here https://spatie.be/docs/laravel-activitylog/v4/installation-and-setup
Hi, it looks like the database tables need to be created for using this plugin - but there's no info on how to generate the migration templates. Any help? Thanks!