Download the PHP package fibtegis/filament-infinite-scroll without Composer

On this page you can find all versions of the php package fibtegis/filament-infinite-scroll. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-infinite-scroll

Filament Infinite Scroll v3

Filament Infinite Scroll is a lightweight plugin that replaces the standard Filament v3 table pagination with a fluid, auto-loading infinite scroll mechanism. It is compatible with all tables, including Resources, Relation Managers, Widgets, and standalone Table Builders.

As the user approaches the end of a list, more rows are fetched transparently via Livewire, preserving filters, search, and sorting.

Developed and maintained by Fibtegis Yazılım Proje ve Danışmanık Hizmetleri LTD. ŞTİ. https://fbt.gs


Features


Requirements

Package Version
PHP 8.1+
Laravel 10 or 11
Filament 3.0+
Livewire Ships with Filament
Alpine.js Ships with Filament

Installation

Install the package into your project via Composer:

After installation, it's good practice to clear cached views and plugins:

The plugin is auto-discovered by Filament. No manual registration is needed.


Quick Start

Enabling infinite scroll is just a two-step process:

  1. Use the Trait: Add the InteractsWithInfiniteScroll trait to your respective ListRecords page, relation manager, or table widget.

  2. Enable the Method: Inside your table() method, chain the ->infinite() method to your table definition.

That's it! Your table will now automatically load new records when you scroll to the bottom.


Configuration

The infinite() method accepts a parameter to define the number of records to load per batch.

Option Default Description
perPage 25 The number of records to fetch in each batch.

How It Works


💖 Supporting the Project

If you find this plugin useful and would like to support its future development, you can do so by simply acquiring our company's token. Your support is greatly appreciated and helps us continue to maintain and improve this project.


License

Published under the Apache-2.0 License. See the LICENSE file for details.

© 2025 Fibtegis Yazılım Proje ve Danışmanık Hizmetleri LTD. ŞTİ.

Contributors ✨

Thanks goes to these wonderful people:


OccTherapist

💻

All versions of filament-infinite-scroll with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.2.118
illuminate/contracts Version ^10.45|^11.0|^12.0
spatie/eloquent-sortable Version ^4.0
spatie/laravel-package-tools Version ^1.13.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fibtegis/filament-infinite-scroll contains the following files

Loading the files please wait ....