falcon758/ci_infinite_scroll

CodeIgniter4 Infinite Scroll

dev-master 2023-01-04 13:09 UTC

This package is auto-updated.

Last update: 2024-05-04 15:55:48 UTC


README

CodeIgniter 4 Infinite Scroll is a simple implementation for a endless scroll with a bootstrap 5 table implementation.

Installation & updates

composer create-project falcon758/ci_infinite_scroll then composer update whenever there is a new release.

Setup

Copy env to .env and tailor for your app, specifically the baseURL and any database settings.

Server Requirements

PHP version 7.4 or higher is required, with the following extensions installed:

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mysqlnd if you plan to use MySQL
  • libcurl if you plan to use the HTTP\CURLRequest library