From 52bfb2938a06329b0399d8126b5fd3ce6365a495 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 05:56:01 +0000 Subject: [PATCH] docs: add AppServiceProvider update instructions to README Co-Authored-By: unknown <> --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 4d39676..6585c63 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,39 @@ php artisan sail-ssl:install After containers started, you can access https://localhost. +## Update AppServiceProvider + +Since the application is behind an Nginx reverse proxy that handles SSL, Laravel needs to be configured to generate HTTPS URLs. Add `URL::forceScheme('https')` to your `AppServiceProvider`: + +```php +