Skip to content

Instantly share code, notes, and snippets.

View kkloster7's full-sized avatar

Kevin Kloster kkloster7

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