<?php realpath(string $path): string|false
<?php protected function setUpDatabase($app) { $this->loadMigrationsFrom([ '--path' => realpath(__DIR__ . '/migrations'), '--realpath' => true, ]); }