Level 33
Change APP_URL in your .env file?
Hi everyone. I'm stucked with this problem:
I have integrated the adminlte to my laravel project.
on my
<!-- landig.blade.php -->
<!-- Custom styles for this template -->
<link href="{{ asset('/css/all-landing.css') }}" rel="stylesheet">
That line generate this
<!-- On heroku -->
<link href="http://makpropiedades.herokuapp.com/css/all-landing.css" rel="stylesheet">
How can I go from http to https?
Please or to participate in this conversation.