-
Notifications
You must be signed in to change notification settings - Fork 9
[PLA-2094] Changes start script to add notification email #55
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Configuration changes
Description
Added functionality to prompt users for notification email.
Updated
.envfile to includeUPGRADE_NOTIFICATION_EMAILvariable.Enhanced PHP dependency requirements in
composer.json.Improved user input validation for email addresses.
Changes walkthrough 📝
start.bat
Add email input handling in batch scriptstart.bat
.envfile accordingly.start.sh
Add email input handling in shell scriptstart.sh
.envfile accordingly..env
Add email placeholder to `.env` fileconfigs/core/.env
UPGRADE_NOTIFICATION_EMAILvariable placeholder.composer.json
Update PHP and Laravel dependenciesconfigs/core/composer.json
^8.4.laravel/reverbdependency to stable^1.0.