Skip to content

Instantly share code, notes, and snippets.

View dinorhythms's full-sized avatar

Oladehinde Olanrewaju Kazeem dinorhythms

View GitHub Profile
@simonhamp
simonhamp / AppServiceProvider.php
Last active May 16, 2024 09:04
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()