Create
Tools
Account
Free & open source
On GitHub
Resources
Community
Platform
Open Source
Matthew Hutchings
Nov 8th, 2018
Nov 8th, 2018 09:09 AM
I am using the laravel pagination and the generated content from ->links() is coming out as bullet points and not being formatted correctly.
Nov 8th, 2018 09:13 AM
Ah you have to use <ul class="uk-pagination uk-margin-large uk-flex-center"> {{ $documents->links() }}