Setting url to 'https://www.domain.com' in config/app.php instead of 'http://www.domain.com' seems t...
gabrielverta said: Looking at the Laravel's source code I found this solution: URL::forceSchema(&qu...
iWader said: You can specify if routes should be HTTP or HTTPS by passing ['http' => true] or ['...
awsp said: Even HTTPS is becoming the standard, I still do not consider the url has done anything w...
The problem isn't necessarily one of security. It's easy to force SSL server-side, using .htaccess,...
The Laravel portal for problem solving, knowledge sharing and community building.
The community