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

Refactor AppInitServiceProvider to include new commands. #major #11

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Nov 14, 2024

Pull Request Description

This pull request refactors the AppInitServiceProvider to include new commands that enhance the application's initialization process.

Motivation:

The addition of these commands is aimed at improving the setup experience for developers and users by streamlining the initialization tasks that need to be performed when setting up the application. By integrating these commands directly into the AppInitServiceProvider, we ensure that they are easily accessible and can be executed in a consistent manner.

Changes Made:

  • Updated the configurePackage method in src/AppInitServiceProvider.php to include the new commands.

Benefits:

  • Enhanced Functionality: The inclusion of new commands allows for a more comprehensive initialization process, making it easier for users to get started with the application.
  • Improved User Experience: By organizing commands in the service provider, we provide a clearer structure for command execution, which can lead to fewer errors and confusion during setup.
  • Maintainability: This refactor paves the way for future enhancements and command additions, keeping the codebase organized and manageable.

Overall, this refactor is a significant step towards improving the application's initialization process, making it more user-friendly and maintainable.

@thejmitchener thejmitchener enabled auto-merge (squash) November 14, 2024 19:37
@thejmitchener
Copy link
Member Author

@dependabot recreate

@thejmitchener thejmitchener reopened this Nov 14, 2024
@thejmitchener thejmitchener merged commit 5a4d8ec into main Nov 14, 2024
8 checks passed
@thejmitchener thejmitchener deleted the upgrade-major branch November 14, 2024 19:39
fuelviews-app bot pushed a commit that referenced this pull request Nov 14, 2024
* Refactor AppInitServiceProvider to include new commands.

* Fix styling

---------

Co-authored-by: thejmitchener <[email protected]>
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