Z3d0X/filament-logger

migration error

Closed this issue · 1 comments

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!

Z3d0X commented

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