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