Made some changes to facilitate moving the public/ folder
This commit is contained in:
@@ -19,6 +19,10 @@ $app = new Illuminate\Foundation\Application(
|
||||
realpath(__DIR__.'/../')
|
||||
);
|
||||
|
||||
$app->bind('path.public', function () {
|
||||
return __DIR__.'/../public';
|
||||
});
|
||||
|
||||
#$app->loadEnvironmentFrom('.env.php');
|
||||
$app->useDatabasePath(realpath(__DIR__.'/../app/Database'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user