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

fix: database migration on first launch #439

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SRWieZ
Copy link
Contributor

@SRWieZ SRWieZ commented Dec 4, 2024

Fixes NativePHP/nativephp.com#65

This pull request defer the execution of rewriteDatabase from register to the boot method of the service provider.

Previously, we encountered an error at launch that silently failed for all subsequent executions. Even though the execution of Artisan::call('native:migrate') failed, the nativephp.sqlite file was still created.

Database was created but not migrated because the Migrator class was not resolved in the register phase of service providers.

Capture d’écran 2024-12-04 à 11 42 08

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.

1 participant