Skip to content

Instantly share code, notes, and snippets.

View ahevr's full-sized avatar
🏍️
Just Ride and Code

Ahmet Hüsrev Erşen ahevr

🏍️
Just Ride and Code
View GitHub Profile
@simonhamp
simonhamp / AppServiceProvider.php
Last active June 12, 2024 11:05
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()