Salon Booking Platform

Laravel foundation for admin, partner, and customer APIs

This project now starts from a single Laravel backend with three separate surfaces: Admin Panel, Salon Partner Dashboard, and Customer APIs for the future React Native app.

The mobile app itself is not being built yet. The backend architecture and APIs are being prepared first.

Foundation Scope

  • Separate route files for admin, partner, and customer API modules
  • Separate controller namespaces and Blade layouts for admin and partner
  • Role-based module access and post-login redirection
  • Customer API namespace prepared for mobile app integration later