Laravel API data envelope

📰 Reddit r/webdev

i'm having a hard time deciding which approach i should implement. i'm developing a Laravel api which is consumed by Vue & Nuxt and i didn't noticed that i actually implemented two approaches of the returned response: [1] return ArticleResource::collection($articles); this returns a JSON like this: { "id": 1, "title": "My Article" } [2] re

Published 4 Jun 2026
Read full article → ← Back to Reads