Skip to content

Instantly share code, notes, and snippets.

@Muniraj577
Muniraj577 / AppServiceProvider.php
Last active October 30, 2020 16:24 — forked from simonhamp/AppServiceProvider.php
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()