added php version control to console

This commit is contained in:
Denis Duliçi
2020-06-28 00:24:03 +03:00
parent a18bc710e7
commit 1f5901d3c7
4 changed files with 26 additions and 60 deletions

View File

@ -12,7 +12,7 @@
*/
$app = new Illuminate\Foundation\Application(
realpath(__DIR__.'/../')
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);
/*