You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
When I'm developing Laravel applications locally I need to add in AppServiceProvider this code:
Otherwise all routes generated with
route()helper will usehttp://instead ofhttps://.@mpyw do you have any ideas how to deal with it without forcing scheme in application?
Here is how I'm running the server:
hyper-run -s localhost:4000 -c ~/cert.pem -t ./public