Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ctrlaltdelme's avatar

Laravel 12.x w/ Livewire Starter Kit + Flux Question

I started a new project as something on the side for work and I noticed it has some decent amount of Flux components. But one I was hoping to use was Flux Pagination (https://fluxui.dev/components/pagination). It doesn't seem to be limited to the Pro tier (paying $300 would be worth it if I keep making Laravel projects though). So I'm wondering how do I get this component? Can I just install Flux following their instructions and have access to this?

0 likes
7 replies
tykus's avatar

Buy it or build something similar yourself.

ctrlaltdelme's avatar

@troccoli And it won't overwrite or break anything that the Starter Kit creates? That's my concern, really

RemiM's avatar

If you run the command php artisan flux:publish --all, you'll see what's included in the Livewire starter kit—and the pagination component isn't one of them, even though it's not listed as part of the paid plan on the website. I've noticed that avatar and callout are not there either.

1 like
RemiM's avatar

@ctrlaltdelme Well, I just updated Herd installer, and Flux using their command composer update livewire/flux livewire/flux-pro, and Avatar and Callout are now available. However, it's not the case for Pagination . So I presume you can't use this component for now, for some reasons, at least in the free tier.

1 like
jlrdw's avatar

It's easy to write custom pagination. It's basic math.

Please or to participate in this conversation.