2

Is it possible to make all actions https friendly? Right now the helpers 'action' doesn't secure my links if I put https in my URL.

<form action="{{ action('LoginController@postLogin') }}" method="post"></form>
jason
  • 117
  • 1
  • 5
  • 1
    Use a middleware to force HTTPS everywhere instead of writing it individiually. http://stackoverflow.com/questions/28402726/laravel-5-redirect-to-https – Muhammet Dec 24 '15 at 06:52

0 Answers0