binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.

Home Page:https://www.binshops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL Issue

cmihaiandrei1995 opened this issue · comments

Am I the only one for whom it tries to use http instead of https thus causing a cross error?

This should fix the issue:
if ($this->app->environment('local')) { URL::forceScheme('https'); }