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>
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>