This check verifies database connectivity, completed migrations, critical table readability, seeded permissions, and admin readiness before the installer is locked.
| Check | Status | Result |
|---|---|---|
| Database connection | Passed | Connected to athletixos. |
| Migration history | Passed | All migration files are recorded. |
| Table users | Passed | Present and readable. |
| Table roles | Passed | Present and readable. |
| Table permissions | Passed | Present and readable. |
| Table model_has_roles | Passed | Present and readable. |
| Table customers | Passed | Present and readable. |
| Table invoices | Passed | Present and readable. |
| Table payment_receipts | Passed | Present and readable. |
| Table customer_payments | Passed | Present and readable. |
| Table sales_orders | Passed | Present and readable. |
| Table sales_order_items | Passed | Present and readable. |
| Table customer_wallets | Passed | Present and readable. |
| Table customer_wallet_transactions | Passed | Present and readable. |
| Table system_settings | Passed | Present and readable. |
| Table cache | Passed | Present and readable. |
| Table jobs | Passed | Present and readable. |
| Table failed_jobs | Passed | Present and readable. |
| Table notification_templates | Passed | Present and readable. |
| Table notification_routing_policies | Passed | Present and readable. |
| Table notification_channel_settings | Passed | Present and readable. |
| Table mobile_device_tokens | Passed | Present and readable. |
| Table installation_audit_logs | Passed | Present and readable. |
| Table system_update_logs | Passed | Present and readable. |
| Permission view customer-wallets | Passed | Seeded. |
| Permission edit customer-wallets | Passed | Seeded. |
| Permission view admission-customers | Passed | Seeded. |
| Permission view accounting-payment-receipts | Passed | Seeded. |
| Permission view sales-orders | Passed | Seeded. |
| Permission view accounting-dashboard | Passed | Seeded. |
| Admin user | Failed | Create a Super Admin or System Admin before finalizing. |
| Cache write/read | Passed | Cache store accepts write/read/delete probes. |
| Storage path | Passed | Writable: /var/www/html/storage |
| Bootstrap cache path | Passed | Writable: /var/www/html/bootstrap/cache |