Skip to content

Update for Laravel 8 #136

@fzhan

Description

@fzhan

You can update this link to get the pagination in separated buttons.

            {!! $activities->links('vendor.pagination.bootstrap-4') !!}

Also update the pagination to include Query string for the search.

            $activities = $activities->paginate(config('LaravelLogger.loggerPaginationPerPage'))->withQueryString();

$activities = $activities->paginate(config('LaravelLogger.loggerPaginationPerPage'));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions