just make sure you have this in your AppServiceProvider: use IlluminatePaginationPaginator; public function boot() { Paginator::useBootstrap(); }