PHPackages                             4geo35/tailwindcss-theme - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. 4geo35/tailwindcss-theme

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

4geo35/tailwindcss-theme
========================

Based on TailwindCSS and Livewire theme for laravel

v1.3.15(1mo ago)012416MITBlade

Since Dec 6Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/4geo35/tailwindcss-theme)[ Packagist](https://packagist.org/packages/4geo35/tailwindcss-theme)[ RSS](/packages/4geo35-tailwindcss-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (47)Used By (16)

### Описание

[](#описание)

Пакет содержит настройки для подключения `tailwindcss` и `livewire` к пустому проекту на Laravel. Есть разделение стилей на основной сайт и на панель администрирования. В фале `tailwindcss-theme.php` есть настройки для показа страницы со стилями по умолчанию `/styles`, при запуске приложения в `prod` нужно отключить страницу `showStylesPage`. Так же есть три основных шаблона: `app`, `admin` и `auth`. По умолчанию `auth` использует стили `admin`.

Прописаны стили (основой был bootstrap, взяты наиболее часто используемые элементы):

- Основные цвета темы (light, dark, success, danger, warning, info, primary, secondary)
- Кнопки (цвета, типы, размеры)
- Элементы формы
- Card, как в bootstrap, но с меньшим количеством вариантов
- Dropdown
- Dialog modal
- Aside modal
- Pagination (два шаблона, для `livewire` и для обычной пагинации)
- Таблицы

### Установка

[](#установка)

Сначала нужно создать в приложении компоненты для основных шаблонов:

```
php artisan vendor:publish --provider="GIS\TailwindcssTheme\TailwindcssThemeServiceProvider" --tag="layout-components"

```

Что бы подключить стили, нужно заменить фалы проекта: `package.json`, `tailwind.config.js`, `vite.config.js`, `app.css`, `app.js`. Комманда заменит файлы и добавит новые:

```
php artisan vendor:publish --provider="GIS\TailwindcssTheme\TailwindcssThemeServiceProvider" --tag="frontend" --force

```

Для добавления изображений, которые есть в пакете:

```
php artisan vendor:publish --provider="GIS\TailwindcssTheme\TailwindcssThemeServiceProvider" --tag="images"

```

Что бы редактировать меню в панели администрования, нужно переопределить файлы:

```
php artisan vendor:publish --provider="GIS\TailwindcssTheme\TailwindcssThemeServiceProvider" --tag="changable"

```

Для установки пакетов и запуска:

```
npm install
npm run dev

```

Для запуска финальной сборки:

```
npm run build

```

Если нужно поменять основные шаблоны, нужно скопировать их в приложение:

```
php artisan vendor:publish --provider="Aweram\TailwindcssTheme\TailwindcssThemeServiceProvider" --tag="layout-views"

```

### Auth

[](#auth)

В пакете есть представления для авторизации. Для из использования, можно установить Fortify:

```
composer require laravel/fortify
php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"

```

Что бы подключить представления, нужно добавить `App\Providers\FortifyServiceProvider::class,` в `providers.php`. В `fortify.php` отключить страницу регистрации, страницы нет в пакете. В `FortifyServiceProvider.php` добавить настройку для представлений:

```
Fortify::viewPrefix("tt::auth.");

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Total

46

Last Release

48d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c7a6b26bcf658421982260ad7cca471669f1c190bd5c0798ca701c656c713c3?d=identicon)[4geo35](/maintainers/4geo35)

---

Top Contributors

[![Aweram](https://avatars.githubusercontent.com/u/141733509?v=4)](https://github.com/Aweram "Aweram (52 commits)")

### Embed Badge

![Health badge](/badges/4geo35-tailwindcss-theme/health.svg)

```
[![Health](https://phpackages.com/badges/4geo35-tailwindcss-theme/health.svg)](https://phpackages.com/packages/4geo35-tailwindcss-theme)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[namu/wirechat

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

54324.5k](/packages/namu-wirechat)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2912.8k](/packages/aerni-livewire-forms)[team-nifty-gmbh/tall-datatables

A package to create datatables using alpinejs, tailwind, livewire and laravel

1217.2k1](/packages/team-nifty-gmbh-tall-datatables)

PHPackages © 2026

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