Which version of Laravel do you use?
May 7, 2021
3
Level 6
Can't change default pagination view
I'm trying to make a small change to the default pagination component. Followed the documentation, after publishing the vendor views with php artisah vendor:publish --tag=laravel-pagination I modified the tailwind.blade.php file, but the changes are not being applied, no matter how many times I clear the cache and reload the browser, it still doesn't seems to use the default component rather than the published one. Any ideas why could this be?
Please or to participate in this conversation.