Changes for shared hosting and numerous installer fixes
This commit is contained in:
@@ -9,7 +9,9 @@ $path_to_phpvms_folder = __DIR__;
|
||||
require $path_to_phpvms_folder.'/bootstrap/autoload.php';
|
||||
|
||||
$app = require_once $path_to_phpvms_folder.'/bootstrap/app.php';
|
||||
|
||||
$app->setPublicPath(__DIR__ . '/public');
|
||||
$app->setPublicUrlPath(env('APP_PUBLIC_URL', '/public'));
|
||||
|
||||
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user