Download the PHP package ghabriel25/laravel-pagination-view without Composer
On this page you can find all versions of the php package ghabriel25/laravel-pagination-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ghabriel25/laravel-pagination-view
More information about ghabriel25/laravel-pagination-view
Files in ghabriel25/laravel-pagination-view
Package laravel-pagination-view
Short Description Provide extended pagination view for laravel
License MIT
Informations about the package laravel-pagination-view
Simple, customizable pagination view for Laravel
[!NOTE] By default, the views rendered to display the pagination links are compatible with the Tailwind CSS framework.
reference: https://laravel.com/docs/12.x/pagination#customizing-the-pagination-view
This package enhances Laravel's default pagination by providing additional features and customizable views. Designed to be lightweight and SEO-friendly, it integrates seamlessly with Fomantic UI, Bootstrap, Bulma CSS, Cirrus UI and UIkit. Perfect for developers looking to improve their Laravel application's pagination experience with minimal effort.
Features
- Laravel pagination view template using:
- Fomantic UI (Semantic UI) https://fomantic-ui.com/
- Bootstrap https://getbootstrap.com/
- Bulma CSS https://bulma.io/
- Cirrus UI https://cirrus-ui.com/
- UIkit https://getuikit.com/
- Dark Mode (New feature!) 🚀
Table of contents
- Requirement
- Installation
- Usage
- Publishing Views
- Fomantic UI (Semantic UI)
- Bootstrap
- Bulma CSS
- Cirrus UI
- UIkit
- Initialization
- Screenshots
- Fomantic UI (Semantic UI)
- Bootstrap
- Bulma CSS
- Cirrus UI
- UIkit
Requirement
Laravel version 10+
Installation
Usage
[!IMPORTANT]
- Don't forget to include the necessary CSS files or link to the relevant CDN in your project to ensure proper styling!
- Please ensure you are using the latest or a compatible version of the CSS framework in your project.
Edit your App\Providers\AppServiceProvider.php
Publishing Views (Optional)
[!TIP] All published views are located in
resources/views/vendor/pagination
Follow this step only if you want to customize the view.
Fomantic UI (Semantic UI)
or
Bootstrap
or
Bulma CSS
or
Cirrus UI
or
UIkit
or
Publish All Views
or
Initialization
Example:
In welcome.blade.php
Dark Mode
To enable dark mode, simply pass boolean true
as parameter
Screenshots
Here are the screenshot for paginate()
and simplePaginate()
Fomantic UI (Semantic UI)
Bootstrap
Bulma CSS
Cirrus UI
UIkit
Contributing
Feel free to suggest changes, ask for new features or fix bugs yourself. We're sure there are still a lot of improvements that could be made, and we would be very happy to merge useful pull requests. Thanks!