Vantage Finance House — setup check
Delete public/setup-check.php after fixing the 500 error.
- • PHP version — 8.4.23
- • Document path — /home/szfvkjuz/public_html/vantage
- • Project root — /home/szfvkjuz/public_html
- ✓ ext-pdo
- ✓ ext-pdo_mysql
- ✓ ext-mbstring
- ✓ ext-openssl
- ✓ ext-tokenizer
- ✓ ext-xml
- ✓ ext-ctype
- ✓ ext-json
- ✓ ext-fileinfo
- ✓ ext-curl
- ✓ ext-bcmath
- ✗ .env missing — Copy .env.example to .env in the project root (one level above public/)
- ✗ Missing directory — /home/szfvkjuz/public_html/storage
- ✗ Missing directory — /home/szfvkjuz/public_html/storage/logs
- ✗ Missing directory — /home/szfvkjuz/public_html/storage/framework
- ✗ Missing directory — /home/szfvkjuz/public_html/storage/framework/cache
- ✗ Missing directory — /home/szfvkjuz/public_html/storage/framework/sessions
- ✗ Missing directory — /home/szfvkjuz/public_html/storage/framework/views
- ✗ Missing directory — /home/szfvkjuz/public_html/bootstrap/cache
- ✗ laravel.log not readable yet — /home/szfvkjuz/public_html/storage/logs/laravel.log
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.