Skip to content

Feat: support for laravel preview environment (feature testing) #536

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aagjalpankaj
Copy link

@aagjalpankaj aagjalpankaj commented May 29, 2025

serversideup/docker-php image can be used efficiently to test one feature at a time if we allow migrate:fresh --seed.

e.g. We have 3 environments:

  • Production (for the tag generated from main branch)
  • Staging (for main branch)
  • Testing (for feature branches)

We use Testing environment to deploy one feature at a time. But it creates incompatibility b/w the feature and database state. Because of that, we can't test features efficiently on Testing environment. Also, sometimes deployment fails and we need to reset the database manually.

@aagjalpankaj aagjalpankaj force-pushed the laravel-preview-environment branch from a3ab995 to fe9c9d2 Compare May 29, 2025 10:41
@aagjalpankaj aagjalpankaj changed the title Feat: support for laravel preview environment Feat: support for laravel preview environment (feature testing) May 29, 2025
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