PHPackages                             block8/ui - 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. block8/ui

AbandonedArchivedLibrary

block8/ui
=========

Laravel package of the Block 8 UI template.

1.0.13(7y ago)1816↓100%1[2 issues](https://github.com/Block8/ui/issues)BSD-2-ClauseCSSPHP &gt;=7.1.0

Since Jun 8Pushed 7y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Laravel package providing a simple, clean, admin user interface.

\###Configuration:

\#####1) UI Theme Primary Colour To change the default colour of the UI Package simply add the `$color-primary` variable at your app's dashboard.scss file.

```
$color-primary: "your-color";

```

\#####2) Brand Logo To load a brand logo on top of sidebar simply declare the `logo` before extending the layout

```
Example:
@php($logo = Storage::url($currentClient->logo))
@extends('ui::layouts.primary')

```

\#####3) Notifications To enable laravel notifications module you simply need to:

a. Declare the notifications before extending the layout

```
Example:
@php($notifications = Auth::user()->unreadNotifications)
@extends('ui::layouts.primary')

```

b. Make a NotificationController on your app for handling the notifications index page and return your custom view.

c. Register the routes at your web.php file.

```
Example:
Route::get('/notifications', 'NotificationController@index')->name('notification.index');
Route::get('/notification/{notification}', '\Block8\UI\Http\Controllers\NotificationController@show')->name('notification.show');
Route::get('/notification/read-all/{user}', '\Block8\UI\Http\Controllers\NotificationController@markAllRead')->name('notification.mark-all-read');

```

\###Components

##### 1) Alerts

[](#1-alerts)

There are 3 types of alerts. Warning, danger and success. Declare the `type` variable and the `icon` of you choice

```
@section('alerts')
    @component('ui::alert')
        @slot('type', 'warning')
        @slot('icon', 'exclamation-circle')

        This is a bold alert.
    @endcomponent
@endsection

```

##### 2) Alert-banner

[](#2-alert-banner)

You can show alert banners at the top of the main panel by adding `alert-banner` components into the `alert-banners` section.

```
@section('alert-banners')
    @component('ui::alert-banner')
        @slot('type', 'warning')
        @slot('icon', 'exclamation-circle')

        Hi {{ $user->name }}, your subscription is about to end.
    @endcomponent
@endsection

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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 ~20 days

Recently: every ~54 days

Total

14

Last Release

2622d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd5d5f4ea43c7ed7b287a317941dbf1ad17e059779474a00c8570ffbcc1f493b?d=identicon)[dancryer](/maintainers/dancryer)

---

Top Contributors

[![vsimitsis](https://avatars.githubusercontent.com/u/15974928?v=4)](https://github.com/vsimitsis "vsimitsis (9 commits)")

### Embed Badge

![Health badge](/badges/block8-ui/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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