Welcome to Two Friends
Wholesale & Retail Construction Materials — Swat Valley, Khyber Pakhtunkhwa
The ERP foundation (Phase 1) is installed. This page verifies that the server meets every requirement before the database and business modules are added.
System Status
Configuration
-
Failed.env configuration file.env.exampleCopy .env.example to .env and fill in your values.
-
FailedApplication key (APP_KEY)—Run: php bin/keygen.php
-
WarningApplication URL (APP_URL)—Set APP_URL in .env for correct links and e-mails.
-
WarningOne-time web installerpublic/install.phpinstall.php still exists — it self-removes after installation; delete it manually if it remains.
-
OKDebug modeDisabled (correct for production)
PHP Environment
-
OKPHP version8.4.21 (≥ 8.3.0)
PHP Extensions
-
OKpdoOKRequired now
-
OKpdo_mysqlOKRequired now
-
OKmbstringOKRequired now
-
OKopensslOKRequired now
-
OKfileinfoOKRequired now
-
OKsessionOKRequired now
-
OKgdOKUsed in later phases (images, backups, OCR, e-mail)
-
OKcurlOKUsed in later phases (images, backups, OCR, e-mail)
-
OKzipOKUsed in later phases (images, backups, OCR, e-mail)
-
OKintlOKUsed in later phases (images, backups, OCR, e-mail)
Directory Permissions
-
OKstorage/logs/Writable
-
OKstorage/cache/Writable
-
OKstorage/backups/Writable
-
OKstorage/uploads/Writable
-
OKpublic/uploads/Writable
Database
-
WarningMySQL connectionNot configured yet — the database schema arrives in Phase 2.
Next phase
Phase 2 designs and installs the normalized MySQL database: products, customers, invoices, payments, customer ledger (khata), inventory, suppliers, HR and audit tables.