$pathsConfig = FCPATH . 'app/Config/Paths.php';
// ^^^ Change this if you move your application folder
require realpath($pathsConfig) ?: $pathsConfig;
$paths = new ConfigPaths();
// Location of the framework bootstrap file.
$bootstrap = rtrim($paths->systemDirectory, '/ ') . DIRECTORY_SEPARATOR . 'bootstrap.php';
$app =
require realpath($bootstrap) ?: $bootstrap;
realpath ile veriyi çekip app e eşitlemiş
not : çok bi php bilgim yok

bildiğim kadarıyla söyledim