These are the reconfiguration instructions to make Laravel use a public_html folder instead of a public folder.
- 
Rename the publicfolder topublic_html
- 
Create a new file in de ./appdirectory calledBootstrapper.phpwith the followign contents:
<?php
namespace App;