Skip to content

Instantly share code, notes, and snippets.

View hossainrkb's full-sized avatar
🎯
Focusing

Rakib hossainrkb

🎯
Focusing
View GitHub Profile
@hossainrkb
hossainrkb / AppServiceProvider.php
Created September 13, 2020 15: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()