-
Notifications
You must be signed in to change notification settings - Fork 9
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
[PLA-2094] Changes start script to add notification email #55
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
.env
file to includeUPGRADE_NOTIFICATION_EMAIL
variable.Enhanced PHP dependency requirements in
composer.json
.Improved user input validation for email addresses.
Changes walkthrough 📝
start.bat
Add email input handling in batch script
start.bat
.env
file accordingly.start.sh
Add email input handling in shell script
start.sh
.env
file accordingly..env
Add email placeholder to `.env` file
configs/core/.env
UPGRADE_NOTIFICATION_EMAIL
variable placeholder.composer.json
Update PHP and Laravel dependencies
configs/core/composer.json
^8.4
.laravel/reverb
dependency to stable^1.0
.