In other frameworks, pagination can be very painful. We hope Laravel's approach to pagination will be a breath of fresh air. Laravel's paginator is integrated with the query builder and Eloquent ORM and provides convenient, easy-to-use pagination of database records with zero configuration.
By default, the HTML generated by the paginator is compatible with the Tailwind CSS framework; however, Bootstrap pagination support is also available.
If you are using Laravel's default Tailwind pagination views with Tailwind 4.x, your application's resources/css/app.css file will already be properly configured to @source Laravel's pagination views: