I have used the Laravel 5.1 php framework to build a web application on my local XAMPP server.
- Which files or folders should be uploaded on my shared host server?
- Should the
.env
file at root be uploaded? - In this case, if sensitive information such as database connection passwords are in this file, is there a security risk?