Skip to content

Instantly share code, notes, and snippets.

@hamouda2021
hamouda2021 / AppServiceProvider.php
Created December 29, 2021 04:57 — forked from simonhamp/AppServiceProvider.php
A pageable Collection implementation for Laravel
<?php
namespace App\Providers;
use Illuminate\Support\Collection;
use Illuminate\Pagination\LengthAwarePaginator;
class AppServiceProvider extends ServiceProvider
{
public function boot()