guillermo_rojas's avatar

https with Adminlte

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?

0 likes
2 replies
guillermo_rojas's avatar

If this is deployed on heroku, what shoud I code in that line? Furthermore. Isn't .env file ignored by default?

Please or to participate in this conversation.