Beiträge von msyTN

    I was working on a project where we had to provide data from a Typo3 for a mobile app, but we could not access the backend to make any changes and activate the needed extensions (contract issues!). I only had read access to the database of the website. Laravel made things easier for me: mapping the tables to eloquent entities and providing a REST API (with localization) was enough to expose the data from the site while maintaining a high level of flexibility with the data structure (which necessary because I had no control over the content types.