Skip to content

Instantly share code, notes, and snippets.

View mshoaibdev's full-sized avatar
😀
Working..

Muhammad Shoaib mshoaibdev

😀
Working..
View GitHub Profile
@mshoaibdev
mshoaibdev / AppServiceProvider.php
Created August 30, 2018 09:12 — 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()