Case study
Management — Arabic real-estate ERP
Internal operations product: finance, inventory of projects/units, client contracts, installment schedules, and HR-oriented sections—with Arabic-first routing and copy.
What it is
The app is organised as route-prefixed domains (balances, projects, clients, employees, …) with documented section maps. It targets day-to-day staff workflows: cheques, contracts, installments, and reporting tied to real-estate inventory.
Architecture
A server-driven Laravel monolith: controllers and views (and supporting services) per business area. No separate SPA—fast iteration for forms-heavy ERP screens. Schema tooling (e.g. DBAL, diagram generators) supports a large relational model.
Highlights
- One deployable unit simplifies ops for a small team.
- Domain-aligned URLs and docs make onboarding Arabic-speaking staff easier.
- Laravel ecosystem fits reports, exports, and auth without extra frontend build complexity.
- Rich relational model matches real-world contracts and money flows.