I want to build Laravel CMS with following requirements:
- Admin (manage all sites/database).
- Multi-sites (running on sub-domains, manage own database) each with API access.
- Same Codebase (can be replicated if needed).
- Same Database with different data for each site.
Can you please let me know how to setup this environment using Laravel 5.4.
Thanks.