Skip to content

Instantly share code, notes, and snippets.

View mahbodsh's full-sized avatar

Mahbod Shahpouri mahbodsh

View GitHub Profile
@mahbodsh
mahbodsh / ProductResourceCollection.php
Last active July 13, 2023 03:42
Pagination helper in laravel resource
<?php
namespace App\Http\Resources;
use App\Helpers\ResourcePaginationHelper;
use Illuminate\Http\Resources\Json\ResourceCollection;
class ProductsResourceCollection extends ResourceCollection
{
/**