Add auto-detection and guidelines support for nwidart/laravel-modules #198
+372
−0
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 introduces automatic detection and AI guidelines support for the nwidart/laravel-modules package,
following the same pattern established for other packages.
Motivation:
The nwidart/laravel-modules package is widely used (11M+ installs) in the Laravel ecosystem for managing large applications through a modular structure. In my experience, it's essential in the 3 main projects I work on daily, making this integration highly valuable for developers working with modular Laravel applications.
What's included:
user intervention
Implementation details:
Files changed:
Question:
Is this the appropriate place for this PR? I'd like to understand if Laravel Boost will focus exclusively on
official Laravel packages or if it will also support popular third-party packages like nwidart/laravel-modules.
If the policy is to support only official Laravel packages, I'm happy to create this as an extension to the
official library instead. I just want to ensure I'm contributing in the right direction for the project's vision.