Skip to content

Instantly share code, notes, and snippets.

View patrykszady's full-sized avatar

patrykszady

  • Chica Go
View GitHub Profile
@simonhamp
simonhamp / AppServiceProvider.php
Last active May 20, 2025 18:33
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()