Skip to content

Miscellaneous

Max edited this page Jul 23, 2024 · 2 revisions

Force HTTPS Url Generation

Put the following at the bottom of the map function of your RouteServiceProvider.php

app('Dingo\Api\Routing\UrlGenerator')->forceScheme('https'); 

← Known Issues | Ongoing Work →

Clone this wiki locally