Skip to content

Instantly share code, notes, and snippets.

View nellytadi's full-sized avatar

Nelly nellytadi

View GitHub Profile
@joelhooks
joelhooks / gear.md
Last active April 2, 2024 20:18
Podcasting Gear List
@nellytadi
nellytadi / manual_paginate.php
Last active April 13, 2023 15:12
Manual Paginate In Laravel
<?php
namespace App\Http\Controllers\Api;
use App\Model;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use Illuminate\Pagination\LengthAwarePaginator as Paginator;