Level 63
You have to add the pagination data manually into the resource.
According to me the best way is to work with a collection rather than a resource. So you can add the meta data into the collection, but this can also be done with a resource.
https://laravel.com/docs/10.x/eloquent-resources#adding-meta-data
1 like