I want to customize the laravel pagination provided so that it fits the style of my website. The official documentation provides the following command in order to allow for customization.
php artisan vendor:publish --tag=laravel-pagination
However, when I use this command, I get the following in my console:-
Nothing to publish for tag [laravel-pagination].
The views are not generated in resources/views/vendor folder, as it is supposed to. What can I do to fix this?