For some reason when a reply is posted to:
http://laravel.io/forum/03-11-2014-how-to-get-secure-routes-in-form
The form submits to:
https://baseurl.../public/index.php/user/new
here's my response to the question asked:
you can try the following:
echo Form::open( array('url' => url('user/new', array(), true ) ) ) ;
The last parameter to url() sets the URL to secure when true or non-secure when false
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community