The goal is to turn my functional requirements into a production-ready Laravel web application. At its core the build must handle three pillars: secure user authentication, a data-rich analytics dashboard, and several third-party API integrations. An existing relational database already holds live data, so careful migration or direct connection is part of the engagement; the schema is documented and access can be provided in SQL dump format. Workflow • Set up a clean Laravel codebase that connects to the current database without breaking existing data integrity. • Implement authentication (registration, login, password reset, role management) using Laravel’s native guards; OAuth support is a plus. • Create a responsive dashboard that surfaces key metrics in charts and tables, pulling real-time figures from the connected database. • Integrate the specified external APIs so that their data appears seamlessly alongside internal metrics; endpoints and keys are ready. Acceptance – No hard-coded credentials; everything must run from .env settings. – Code passes automated tests for auth flows and API calls. – Dashboard loads in under two seconds on first paint when seeded with sample data. – Clear README detailing setup steps, environment variables, and deployment commands. Push the finished code to a private Git repository; I’ll handle server deployment once the final review is complete.