Use GitHub actions (#989)

This commit is contained in:
Nabeel S
2021-01-16 20:25:58 -05:00
committed by GitHub
parent 0068b1215a
commit 46b17b5c04
8 changed files with 294 additions and 233 deletions

29
.github/scripts/env.php vendored Normal file
View File

@@ -0,0 +1,29 @@
<?php
exit();
?>
APP_ENV="dev"
APP_KEY="base64:zdgcDqu9PM8uGWCtMxd74ZqdGJIrnw812oRMmwDF6KY="
APP_URL="http://localhost"
APP_SKIN="default"
APP_DEBUG="true"
APP_LOCALE="en"
PHPVMS_INSTALLED="true"
APP_LOG="daily"
APP_LOG_LEVEL="debug"
APP_LOG_MAX_FILES="3"
DB_CONNECTION="mysql"
DB_HOST="127.0.0.1"
DB_PORT="3306"
DB_DATABASE="phpvms"
DB_USERNAME="root"
DB_PASSWORD=
CACHE_DRIVER="file"
CACHE_PREFIX=
SESSION_DRIVER="file"
QUEUE_DRIVER="database"