PHPackages                             pointblue/laravel - 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. [Framework](/categories/framework)
4. /
5. pointblue/laravel

ActiveProject[Framework](/categories/framework)

pointblue/laravel
=================

Larvel components and code used for Point Blue Applications

2.1.2(9y ago)0580↓66.7%MITHTMLPHP &gt;=5.4

Since Mar 13Pushed 8y ago4 watchersCompare

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

READMEChangelog (7)DependenciesVersions (10)Used By (0)

Point Blue Laravel
==================

[](#point-blue-laravel)

Shared Larvel code for Point Blue applications

Install with command `composer require pointblue/laravel`

In *app/Console/Kernel.php*:

- add `use PointBlue\Laravel\Views\PointBlueViews;` to the top of the page
- add `PointBlueViews::class,` to the `$commands` array

Views
-----

[](#views)

To install a view, use the command `php artisan pb:view {viewname}`where `{viewname}` is the name of the view that will be copied to the `resources/views` path of your laravel app. Use this list of available views:

- `footer` - Standard Point Blue footer
- `navbar` - Standard Point Blue navigation bar
- `loading` - loading bar, requires uib-progressbar
- `docs` - Documentation View, add to routes.php (see below)
- `release` - Release Notes View, add to routes.php (see below)
- `feedback` - zendesk feedback widget - install in ``

The view will be installed to the directory `resources/views/partials/universal`

#### Environment Variables

[](#environment-variables)

The views will need these environment variables to be set in the `.env` file:

- APP\_URL
- PB\_APP\_NAME
- PB\_APP\_IMAGE\_URL

Routes
------

[](#routes)

The following routes are assumed with code in the footer, and should be implemented in `app/Http/routes.php`:

```
Route::get('/docs', function () {
    return view('pb-docs');
})->name('docs');

Route::get('/release', function () {
    return view('pb-release');
})->name('release');

```

Styles
------

[](#styles)

The stylesheet `assets/sass/styles.scss` should be included in your project under `/resources/assets/sass`

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~8 days

Total

7

Last Release

3302d ago

Major Versions

1.0.2 → 2.0.02017-03-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c6b3841f7ebf4030fac856b7b6259c0d12b8a8543099cfa125f7651894f8477?d=identicon)[pointblueconsci](/maintainers/pointblueconsci)

---

Top Contributors

[![stereocilia](https://avatars.githubusercontent.com/u/3218802?v=4)](https://github.com/stereocilia "stereocilia (12 commits)")[![thfield](https://avatars.githubusercontent.com/u/4649503?v=4)](https://github.com/thfield "thfield (6 commits)")

---

Tags

laravelpointblue

### Embed Badge

![Health badge](/badges/pointblue-laravel/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)[laravel-frontend-presets/black-dashboard

Laravel 11.x Front-end preset for black dashboard

8726.2k](/packages/laravel-frontend-presets-black-dashboard)

PHPackages © 2026

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