I'm using Laravel 4.2 and everything looks fine. But I have a problem with the SSL when I use Form::open()
Function. It always using HTTP without SSL even when the site is using SSL.
I saw this question: Laravel: HTTPS in Form::open() But there's 2 problems with that: I need to do it manually for each form. and when I program on my Wamp Server, I have HTTP so it won't work on my localhost.
So my question is, How can I auto secure the form if the site is using SSL?