PHPackages                             deanblackborough/laravel-view-helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. deanblackborough/laravel-view-helpers

ActiveLibrary

deanblackborough/laravel-view-helpers
=====================================

Collection of general and bootstrap specific view helpers for use in Laravel blade files

v1.00.3(6y ago)145MITHTML

Since Jul 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/deanblackborough/laravel-view-helpers)[ Packagist](https://packagist.org/packages/deanblackborough/laravel-view-helpers)[ RSS](/packages/deanblackborough-laravel-view-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/0a11ff620200c381d376facab0611affd6043e28f966c25e459c0a2c3fd18637/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465616e626c61636b626f726f7567682f6c61726176656c2d766965772d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/deanblackborough/laravel-view-helpers)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/deanblackborough/php-quill-renderer/blob/master/LICENSE)

Laravel view helpers
====================

[](#laravel-view-helpers)

A Collection of general and bootstrap specific view helpers.

Description
-----------

[](#description)

A growing collection of Bootstrap 4 based and general view helpers that I use across my Laravel projects, some of them may be useful to you, full details of each view helper is below.

Installation
------------

[](#installation)

The easiest way to include these view helpers is via `composer`, simply execute `composer require deanblackborough/laravel-view-helpers` in your terminal/console of choice.

After automatic discovery you can publish the view files with `vendor:publish`. As it is unlikely your needs will exactly match mine it is recommended you publish the view files and then tweak them in `views/vendor/laravel-view-helper`.

The view helpers
----------------

[](#the-view-helpers)

### Pagination

[](#pagination)

[![Pagination example](images/pagination.png)](images/pagination.png)

A simple pagination view helper, next and previous buttons, current status, first to last and a select menu with paging limits.

```
@include(
    'laravel-view-helpers::pagination',
    [
        'offset' => 0, // Current offset [integer]
        'total' => 1000, // Totoal number of items [integer]
        'limit' => 50, // Current limit [integer]
        'limit_options' => [50, 100, 250, ...], // Limit options [array]
        'uri' => [
            'base' => '/path/to/current/page', // Base uri [string]
            'parameters' => ['param1'=>'value1', ...], // Current GET parameters to add to uris [array]
            'anchor' => '#section-to-jump-to', // Optional named anchor [string|null]
        ],
        'count_prefix' => 'Expenses', // Optional prefex for from:to [string|null]
        'css_classes' => [
            'left' => ' col-9 col-sm-10 col-xl-11', // Class for left container [string|null]
            'right' => ' col-3 col-sm-2 col-xl-1', // Classes for right container [string|null]
        ]
    ]
)

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

4

Last Release

2478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4247123b3cdbe8640fd21f36d98d2244959eb901e43ed5f7c89f8ba954a5eda9?d=identicon)[deanblackborough](/maintainers/deanblackborough)

---

Top Contributors

[![deanblackborough](https://avatars.githubusercontent.com/u/7921914?v=4)](https://github.com/deanblackborough "deanblackborough (12 commits)")

---

Tags

laravelbootstrapblade view helpers

### Embed Badge

![Health badge](/badges/deanblackborough-laravel-view-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/deanblackborough-laravel-view-helpers/health.svg)](https://phpackages.com/packages/deanblackborough-laravel-view-helpers)
```

###  Alternatives

[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[nascent-africa/jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 4 or 5.

709210.5k1](/packages/nascent-africa-jetstrap)[rinvex/laravel-menus

Rinvex Menus is a simple menu builder package for Laravel, that supports hierarchical structure, ordering, and styling with full flexibility using presenters for easy styling and custom structure of menu rendering.

294.0k20](/packages/rinvex-laravel-menus)[nguyendachuy/laravel-menu

Laravel Menu Builder | Drag &amp; Drop | Bootstrap | Laravel 7 | Laravel 8 | Laravel 9 | Laravel 10 | Laravel 11 | Laravel 12

162.2k](/packages/nguyendachuy-laravel-menu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
