php artisan vendor:publish --tag=laravel-pagination
and then add the links method to the view
{!! $foo->links('vendor.pagination.bootstrap-4'); !!}
Reference: https://iwader.co.uk/post/bootstrap-4-pagination-with-laravel
php artisan vendor:publish --tag=laravel-pagination
and then add the links method to the view
{!! $foo->links('vendor.pagination.bootstrap-4'); !!}
Reference: https://iwader.co.uk/post/bootstrap-4-pagination-with-laravel
Worked for me.
Thanks!