binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
422 stars 129 forks source link

SSL Issue #114

Closed cmihaiandrei1995 closed 4 months ago

cmihaiandrei1995 commented 6 months ago

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

cmihaiandrei1995 commented 6 months ago

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