Akash_kushwaha's avatar

Livewire Pagination is Conflicting with Laravel Pagination

Hello Everyone,

In my blade file I have a Livewire pagination component. But now when I'm trying to add Laravel pagination in same blade file. I'm getting error from "/vendor/livewire/tailwind.blade.php" file. but laravel pagination file is "/vendor/pagination/bootstrap-4.blade.php".

0 likes
1 reply
Nihir's avatar
Class ShowPosts extends Component
{
    use WithPagination;
 
    protected $paginationTheme = 'bootstrap';

In your livewire component and just simply use links as like laravel and ready to go

reference:

https://laravel-livewire.com/docs/2.x/pagination

If you still getting error than just reinstall your package and clear your caches and try again

Please or to participate in this conversation.