I'm using latest version of laravel 5.2, I want to run the hole app on HTTPS
protocol
what I found from searching is:
- setup a filter, but
filter.php
is not found any more in this version - setup the server in somehow to make it, but I couldn't because I'm new
- implementing a middleware, I couldn't understand it too
I want to implement https in my application, what is the best way and how? I would be thankful for a detailed answer.
Note: developing on local host, XAMP used, Windows 10.