Description
We have multiple job board websites (e.g., 123Jobs.com, ABCJobs.com, XYZJobs.com ....) currently written in Yii 2.0 that have been running successfully for many years. We are looking for an expert Laravel developer to completely rewrite/port this application to Laravel 13. Current Server & Code Architecture (To Be Preserved): • Environment: Ubuntu 24.04 server managed via Plesk. • Shared Central Codebase: We utilize a single installation of the framework codebase. The core application logic (Controllers, Models, Modules) lives in a shared central directory outside of the public web directories. • Domain Entry Points: Individual domain folders serve as the public web roots. They load the shared core framework but initialize their own domain-specific layouts, assets, and configuration files based on the active domain. • Single Database, Multi-Tenant: All sites share a single MySQL database already structured with a "site_id" setup. Data filtering is handled dynamically based on the active domain. • Shared Authentication: Job Seekers and Employers use a unified user table, allowing them to log into any of our network sites with the same credentials. • Cross-Site Job Posting: Employers can post a single job across multiple network sites simultaneously. • Site-Specific Categories: Each job board maintains its own distinct set of job categories and subcategories. Project Requirements: 1. Laravel 13 Framework Migration: Map our existing MySQL database schema cleanly into standard La