Wednesday, March 1, 2017

How to structure Laravel system with API / Frontend / etc

My currenct project consists of 4 main parts:

App shows data from API

API offers data for app

Dashboard Manages data of database (Twig, no SPA)

Website Shows some numbers from the database (readonly)

Should we just use a modules-library for Laravel to split the system into: API, Dashboard, Common, Web or are there better ideas? What is the best way?




via rakete

Advertisement