✅ File exists: config/database.php
| Setting | Value | Status |
|---|---|---|
| host | localhost | ✅ |
| database | innovist_molak_v2 | ✅ |
| username | innovist_molak_user | ✅ |
| password | ***hidden*** | ✅ |
| charset | utf8mb4 | ✅ |
| collation | utf8mb4_unicode_ci | ✅ |
✅ File exists: config/app.php
| Setting | Value | Status |
|---|---|---|
| name | MOLAK | ✅ |
| url | http://localhost | ⚠️ Change in production |
| env | development | ✅ |
| debug | true | ⚠️ Set to false in production |
| timezone | Asia/Dubai | ✅ |
| default_language | ar | ✅ |
| maintenance_fee_rate | 30% | ✅ |
| online_payment_fee_rate | 3.1% | ✅ |
✅ File exists: config/mail.php
| Setting | Value | Status |
|---|---|---|
| driver | smtp | ✅ |
| host | smtp.gmail.com | ✅ |
| port | 587 | ✅ |
| username | your-email@gmail.com | ❌ Must change |
| password | ***hidden*** | ✅ |
| encryption | tls | ✅ |
| from_address | noreply@molak.ae | ⚠️ Change to your domain |
| from_name | MOLAK | ✅ |
✅ File exists: config/stripe.php
| Setting | Value | Status |
|---|---|---|
| mode | test | ⚠️ Set to "live" in production |
| public_key | pk_test_YOUR_TEST_PU... | ❌ Must change |
| secret_key | ***hidden*** | ✅ |
| webhook_secret | ***hidden*** | ✅ |
| currency | aed | ✅ |
| platform_fee_rate | 3.1% | ✅ |
✅ File exists: config/twilio.php
| Setting | Value | Status |
|---|---|---|
| enabled | false | ⚠️ Disabled (Enable when ready) |
| account_sid | ACxxxxxxxx... | ❌ Must change |
| auth_token | ***hidden*** | ✅ |
| from_number | +15551234567 | ❌ Must change |
cp config/.env.example config/.env
Open config/.env and fill in:
git status
Make sure config/*.php files are NOT listed
Run the database test after configuring
Create the database schema and seed data