Skip to content

Instantly share code, notes, and snippets.

View henriksjodahl's full-sized avatar
🤡

Henrik Sjödahl henriksjodahl

🤡
View GitHub Profile
@henriksjodahl
henriksjodahl / PaginationController.php
Last active September 29, 2020 08:30 — forked from Repox/PaginationController.php
Laravel 5 Pagination with transform
<?php
namespace App\Http\Controllers;
use App\User;
use Illuminate\Http\Request;
class PaginationController extends Controller
{