Skip to content

Fix: publishing migrations during install#18

Open
webard wants to merge 1 commit intomwguerra:mainfrom
webard:feature/migration-fix
Open

Fix: publishing migrations during install#18
webard wants to merge 1 commit intomwguerra:mainfrom
webard:feature/migration-fix

Conversation

@webard
Copy link

@webard webard commented Mar 7, 2026

Instead of running migrations directly from the package, php artisan filemanager:install will publish the migration to the user’s application if --skip-migrations is not provided.

This allows the migration to be adjusted and prevents migrations from running twice when they have already been published.

Resolves #14

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

Successfully merging this pull request may close these issues.

[Bug] The migration are ran even if table already exists

1 participant