Skip to content

Instantly share code, notes, and snippets.

View AEK-BKF's full-sized avatar
🏠
Working from home

BKF AEK-BKF

🏠
Working from home
View GitHub Profile
@AEK-BKF
AEK-BKF / CommentController.php
Created December 28, 2019 12:37 — forked from FilipQL/CommentController.php
Infinite Scroll Pagination Using Laravel & jScroll
<?php
// For more details see: http://laraget.com/blog/implementing-infinite-scroll-pagination-using-laravel-and-jscroll
namespace App\Http\Controllers\InfiniteScrolling;
use App\Comment;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Controllers\Controller;