Vantage Finance House — setup check

Delete public/setup-check.php after fixing the 500 error.

Recommended .env for this URL

APP_NAME="Vantage Finance House"
APP_ENV=production
APP_KEY=base64:GENERATE_OR_PASTE_KEY_HERE
APP_DEBUG=true
APP_URL=https://vanthouse.uks.com.ng/vanthouse/public
ASSET_URL=https://vanthouse.uks.com.ng/vanthouse/public
SESSION_PATH=/vanthouse/public

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=your_cpanel_db_name
DB_USERNAME=your_cpanel_db_user
DB_PASSWORD=your_cpanel_db_password

After it works: set APP_DEBUG=false and delete this setup-check.php file.