I'm using the LaravelCollective HTML module to add forms to some views. The problem is that the actions in the forms are being generated at HTTP urls instead of HTTPS. Is there a way to make it just use whatever protocol the page loads as without having to explicitly spell out each absolute URL in the form call? Here's an example of the form tag I'm using in a view:
{!! Form::model(Auth::user(),['route','step1.post']) !!}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire