Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 690 Bytes

File metadata and controls

22 lines (13 loc) · 690 Bytes

Laravel with HTMX infinite scroll and Laravel Pagination, also include live search with browser view transition api Example

Project Setup

Composer install
npm install

Run Migration

php artisan migrate:fresh --seed

Run the project

npm run dev

Views with HTMX

htmx, post-inifinite-scroll and post-paginated are the views that use htmx to load the data from the server.

HTMX Component

search-htmx

Laravel Logo