I am working on a project that requires a secure connection.
I can set the route, uri, asset to use \'https\' via:
Route::get(\'order/details/{id}\',
public function boot() { if(config('app.debug')!=true) { \URL::forceScheme('https'); } }
in app/Providers/AppServiceProvider.php