Skip to content

Instantly share code, notes, and snippets.

View Sadicko's full-sized avatar
🎯
Focusing

SADICK ODAI Sadicko

🎯
Focusing
View GitHub Profile
@simonhamp
simonhamp / AppServiceProvider.php
Last active March 4, 2025 23:55
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()