Add an index page to the root pointing to the bootstrap dir
This commit is contained in:
@@ -19,6 +19,8 @@ require $path_to_phpvms_folder.'/bootstrap/autoload.php';
|
||||
*/
|
||||
$app = require_once $path_to_phpvms_folder.'/bootstrap/app.php';
|
||||
|
||||
$app->setPublicPath(__DIR__);
|
||||
|
||||
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
|
||||
|
||||
$response = $kernel->handle(
|
||||
|
||||
Reference in New Issue
Block a user