Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migration error #1

Closed
barathsku opened this issue Apr 27, 2022 · 1 comment
Closed

migration error #1

barathsku opened this issue Apr 27, 2022 · 1 comment

Comments

@barathsku
Copy link

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
Copy link
Owner

Z3d0X commented Apr 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants