标签: php laravel laravel-5
是否可以将所有操作设为https友好?现在,如果我将https放在我的URL中,帮助者的“动作”不会保护我的链接。
<form action="{{ action('LoginController@postLogin') }}" method="post"></form>