Skip to content
Max edited this page Jun 20, 2019 · 1 revision

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');