Skip to content

Instantly share code, notes, and snippets.

View uaibo's full-sized avatar
🎯
Building systems

Altin uaibo

🎯
Building systems
  • Angel1 Albania
  • Tirana, Albania
View GitHub Profile
@uaibo
uaibo / AppServiceProvider.php
Created February 2, 2021 21: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()