refactor(scripts and docs refactor): cleaned up all the docs, scripts #4
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 significantly updates the
containers/README.mdfile to simplify and streamline the documentation for setting up and managing the Laravel Blog API's Docker environment. The changes focus on improving clarity, consolidating redundant sections, and introducing a new unifiedmake local-setupcommand for a fully automated setup.Simplified Setup Instructions:
make docker-setup-local,make docker-setup-complete) with a single unifiedmake local-setupcommand for complete local development setup. This command now handles container cleanup, environment file generation, dependency installation, database migrations, and more. [1] [2]Enhanced Command Structure:
make docker-status→make statusmake docker-check-ready→make healthmake docker-tests→make testmake docker-tests-coverage→make test-coverage[1] [2]SonarQube Integration:
laravel_blog_sonarqubeandlaravel_blog_sonarqube_db) for code quality analysis. Introduced themake sonarqube-setupcommand to simplify its configuration. [1] [2]Documentation Cleanup:
File Structure Updates:
verify-env-setup.sh,start-main-app.sh,start-queue-worker.sh,start-services.sh) to the file structure for better orchestration and verification of the environment.