Courses

How to Create Laravel 7 API

Getting List Inside of List: Returning Multi-Level Data

Previous: Why 404 Page? Setting Correct Headers
avatar

Is it a good practice to mutate or transform data inside a resource like the price calculation?. I always try to keep the resource clear and just use it as mapping..

avatar

It's your personal preference on which level to transform the data. Resources were created instead of API data transformation packages that were popular earlier. But if you prefer to do it elsewhere, totally ok.

avatar
You can use Markdown
avatar
You can use Markdown