Composer separat
This commit is contained in:
0
composer.lock → composer/composer.lock
generated
0
composer.lock → composer/composer.lock
generated
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||||||
require_once __DIR__ . '/../config/fileload.php';
|
require_once __DIR__ . '/../config/fileload.php';
|
||||||
|
|
||||||
// 1. Composer Autoload (Falls nicht schon im Webserver-Setup enthalten)
|
// 1. Composer Autoload (Falls nicht schon im Webserver-Setup enthalten)
|
||||||
$composerAutoload = __DIR__ . '/../vendor/autoload.php';
|
$composerAutoload = __DIR__ . '/../composer/vendor/autoload.php';
|
||||||
if (is_file($composerAutoload)) {
|
if (is_file($composerAutoload)) {
|
||||||
require_once $composerAutoload;
|
require_once $composerAutoload;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user