Replies: 1 comment 2 replies
-
No issue, i forgot I was using livewire, and need to set it different |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am 'upgrading' my application from 10 to 11 and are copying code from my old project to the new one.
In my Laravel 10 application i have set the paginator to use the bootstrap 5 template in the AppServiceProvider.
When I do the same in Laravel 11, the new view is not parsed and the paginator is still using the tailwind version
I tried both in the Boot section of the AppServiceProvider, but both are ignored.
Paginator::useBootstrapFive();
Paginator::defaultView('vendor.pagination.bootstrap-5');
Beta Was this translation helpful? Give feedback.
All reactions