Raffone17/recipe-application-laravel

css & js

Opened this issue · 1 comments

Serve https instead http

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="http://recipe-application-laravel-mdariful-1.c9users.io/assets/css/theme1.min.css" rel="stylesheet" type='text/css'>
<link href="http://recipe-application-laravel-mdariful-1.c9users.io/assets/css/style.css" rel="stylesheet" type='text/css'>

and script:
http://recipe-application-laravel-mdariful-1.c9users.io/assets/js/script.js

I guess you need to put APP_SECURE=true or APP_SECURE=false in my .env file, and reference that in every single asset call ... that might be the best I can do. Doesn't feel elegant and Laravel-esque, though.