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

Workbench Improvements #117

Merged
merged 3 commits into from
Sep 9, 2023
Merged

Conversation

crynobone
Copy link
Contributor

No description provided.

crynobone and others added 2 commits September 9, 2023 09:46
TurboServiceProvider::class,
WorkbenchAppServiceProvider::class,
];
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both getPackageProviders and loadMigrationsFrom will rely on testbench.yaml values when we use Orchestra\Testbench\Concerns\WithWorkbench

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice!

Signed-off-by: Mior Muhammad Zaki <[email protected]>
'database' => ':memory:',
'prefix' => '',
]);
$app['config']->set('database.default', 'testing');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing database connections is always available using :memory: sqlite.

@tonysm tonysm merged commit 7baa494 into hotwired-laravel:workbench Sep 9, 2023
@tonysm
Copy link
Collaborator

tonysm commented Sep 9, 2023

Thank you so much!

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.

2 participants