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.18(3d ago)018118MITBlade

Since Dec 6Pushed 1w 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 today

READMEChangelogDependencies (6)Versions (50)Used By (18)

### Описание

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

Пакет содержит настройки для подключения `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

48

—

FairBetter than 93% of packages

Maintenance99

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity52

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

Recently: every ~29 days

Total

49

Last Release

3d ago

### Community

Maintainers

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

---

Top Contributors

[![Aweram](https://avatars.githubusercontent.com/u/141733509?v=4)](https://github.com/Aweram "Aweram (54 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

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)[noerd/noerd

101.4k6](/packages/noerd-noerd)

PHPackages © 2026

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