PHPackages                             nanodepo/nexus - 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. [Templating &amp; Views](/categories/templating)
4. /
5. nanodepo/nexus

ActiveLibrary[Templating &amp; Views](/categories/templating)

nanodepo/nexus
==============

Nexus - Laravel Blade UI Kit

3.2.0(2mo ago)0559↓50%MITBladePHP ^8.3

Since Sep 23Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/nanodepo/nexus)[ Packagist](https://packagist.org/packages/nanodepo/nexus)[ RSS](/packages/nanodepo-nexus/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (37)Used By (0)

#### 1. Создать базовый шаблон и определить его, как шаблон по умолчанию для livewire.

[](#1-создать-базовый-шаблон-и-определить-его-как-шаблон-по-умолчанию-для-livewire)

#### 2. Добавить в файл tailwindcss путь к шаблонам пакета и определить цвета темы.

[](#2-добавить-в-файл-tailwindcss-путь-к-шаблонам-пакета-и-определить-цвета-темы)

```
export default {
    content: [
        ...
        "./vendor/nanodepo/gems-ui/src/resources/views/**/*.blade.php"
    ]
    ...
}
```

#### 3. Добавить в конфиг диск images для сохранения изображений.

[](#3-добавить-в-конфиг-диск-images-для-сохранения-изображений)

```
'images' => [
    'driver' => 'local',
    'root' => storage_path('app/public/images'),
    'url' => env('APP_URL').'/storage/images',
    'visibility' => 'public',
    'throw' => false,
],
```

#### 4. Опубликовать ресурсы

[](#4-опубликовать-ресурсы)

```
php artisan vendor:publish --tag=gems-ui
```

#### 5. Для панелей навигации нужно добавить к body этот код:

[](#5-для-панелей-навигации-нужно-добавить-к-body-этот-код)

```
x-data="{ drawer: false }"
```

Примеры базового шаблона и других компонентов можно найти в папке examples.

#### 6. Добавьте в свой файл стилей:

[](#6-добавьте-в-свой-файл-стилей)

```
.link {
    @apply hover:text-link hover:underline;
}
```

#### 7. Добавьте в свой базовый шаблон компонент определяющий глобальные CSS переменные с цветами:

[](#7-добавьте-в-свой-базовый-шаблон-компонент-определяющий-глобальные-css-переменные-с-цветами)

```

```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance83

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

36

Last Release

84d ago

Major Versions

v1.1.4 → v2.0.02025-02-11

v2.2.7 → 3.0.02025-12-09

v2.2.8 → 3.1.42026-02-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/95916952?v=4)[BernhardWilson](/maintainers/BernhardWilson)[@BernhardWilson](https://github.com/BernhardWilson)

---

Top Contributors

[![nanodepo](https://avatars.githubusercontent.com/u/103917406?v=4)](https://github.com/nanodepo "nanodepo (44 commits)")

### Embed Badge

![Health badge](/badges/nanodepo-nexus/health.svg)

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

###  Alternatives

[namu/wirechat

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

54324.5k](/packages/namu-wirechat)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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