Skip to content

docs: add AppServiceProvider update instructions to README#40

Merged
ryoluo merged 1 commit intomainfrom
devin/1771739749-add-appserviceprovider-readme
Feb 22, 2026
Merged

docs: add AppServiceProvider update instructions to README#40
ryoluo merged 1 commit intomainfrom
devin/1771739749-add-appserviceprovider-readme

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Feb 22, 2026

Summary

Adds a new "Update AppServiceProvider" section to the README explaining that users need to add URL::forceScheme('https') to their AppServiceProvider so Laravel generates HTTPS URLs when running behind the Nginx SSL reverse proxy.

Review & Testing Checklist for Human

  • Verify the code snippet style: The snippet uses a fully-qualified class name (\Illuminate\Support\Facades\URL::forceScheme('https')) instead of adding a use import at the top. Confirm this is the preferred style for the README.
  • Verify placement in README: The new section is placed between "Install" and "Trust the certificate (optional)". Confirm this ordering makes sense for the reader's workflow.
  • Consider snippet scope: The snippet shows the entire AppServiceProvider file. Users with existing customizations in their provider may find a minimal snippet (just the boot() method change) clearer. Decide if this is acceptable.

Notes


Open with Devin

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@ryoluo ryoluo merged commit a0f248c into main Feb 22, 2026
5 checks passed
Copy link
Contributor Author

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant