[FEATURE] Installation script for this template (PowerShell and Bash) #44
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description:
I would like to request an installation script in the PHP template repository to set up a new project that supports both API and service/worker/daemon. The script should be available in two versions:
Both scripts should perform the same steps across their respective platforms to ensure a redundant, seamless experience.
Key Features of the Script:
Project Name Prompt:
The script should prompt the user for the project name, which will be used to update:
.wakatime
fileREADME.md
fileDefault Namespace Setup:
Prompt the user to enter the default namespace, which will then be set in
composer.json
.Healthchecks.io Badges:
Replace existing Healthchecks.io badges with newly generated IDs.
Sonar Cloud & Code Quality Tool Badges:
Replace existing URLs for SonarCloud and other code quality tool badges with the correct project-specific URLs.
Run Composer Install:
After the setup, the script should automatically run the
composer install
command.Additional PHP Setup Tasks:
Perform any other necessary PHP setup steps to ensure the project is ready for use.
The text was updated successfully, but these errors were encountered: