Enhanced discovery and simpler flows #1
Merged
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 pull request removes documentation files and the changelog, updates configuration for greater flexibility, and drops a package dependency. The most important changes are grouped below:
Documentation Removal:
CHANGELOG.mdanddocs/README.md, removing version history, feature breakdown, architecture overview, and usage documentation from the repository. [1] [2]Configuration Enhancements:
config/modulite.phpto allow sorting and validation options to be set via environment variables, improving configurability for component registration.config/modulite.php, including discovery stats caching, skipping disabled modules, batch component scans, static caching, deferred validation, skipping duplicate panels, and disabling reflection for production. These settings are now environment-aware for better optimization. [1] [2]config/modulite.php, allowing users to choose betweennwidartandpanicdevsmodule management systems via environment variable.Dependency Changes:
nwidart/laravel-modulespackage fromcomposer.jsonrequirements, decoupling the package from a specific module system and enabling support for alternative solutions.