Setup orchestra/testbench Workbench for local package development#23
Merged
Conversation
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
✅ I finished the code review, and didn't find any security or code quality issues. |
Co-authored-by: kawax <1502086+kawax@users.noreply.github.com>
Co-authored-by: kawax <1502086+kawax@users.noreply.github.com>
Co-authored-by: kawax <1502086+kawax@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] orchestra/testbench Workbenchのインストール
Setup orchestra/testbench Workbench for local package development
Jul 17, 2025
kawax
requested changes
Jul 17, 2025
…er, clean up routes Co-authored-by: kawax <1502086+kawax@users.noreply.github.com>
Co-authored-by: kawax <1502086+kawax@users.noreply.github.com>
kawax
reviewed
Jul 17, 2025
Co-authored-by: kawax <1502086+kawax@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the complete setup of orchestra/testbench Workbench to enable local development server functionality for the self-ordering package.
Changes Made
vendor/bin/testbench workbench:installto generate complete workbench environmentworkbench/app/- Application models and providersworkbench/bootstrap/- Bootstrap configurationworkbench/database/- Migrations, factories, and seedersworkbench/routes/- Web and console routesworkbench/resources/- Views directorycomposer run serve- Start local development servercomposer run build- Build workbench environmentcomposer run test- Run tests with proper cleanupUsage
Developers can now start a local development server for package development:
This will:
Screenshots
The workbench provides a complete Laravel application environment for developing and testing the self-ordering package functionality.
Testing
All existing tests continue to pass (45/45), ensuring no regression in package functionality.
Fixes #22.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.