Skip to content

Instantly share code, notes, and snippets.

View arifai's full-sized avatar
:octocat:
Welcome to my profile!

Ahmad Rifa'i arifai

:octocat:
Welcome to my profile!
View GitHub Profile
@iamsajidjaved
iamsajidjaved / AppServiceProvider.php
Created December 12, 2019 07:04 — 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()