PHPackages                             tablersetup/tabler-composer - 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. tablersetup/tabler-composer

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

tablersetup/tabler-composer
===========================

Laravel package to install Tabler with custom setup

v1.0.0(5mo ago)05BladePHP ^8.1

Since Jan 16Pushed 5mo agoCompare

[ Source](https://github.com/Kevinbin07/tabler-composer)[ Packagist](https://packagist.org/packages/tablersetup/tabler-composer)[ RSS](/packages/tablersetup-tabler-composer/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Tabler Composer Package
=======================

[](#tabler-composer-package)

Laravel package to install Tabler with authentication scaffolding.

Installation
------------

[](#installation)

```
composer create-project laravel/laravel my-project
cd my-project
composer require tablersetup/tabler-composer
php artisan tabler:install
php artisan migrate
npm install
npm run build
php artisan serve
```

What it does
------------

[](#what-it-does)

- Installs Laravel Breeze for authentication (login, register, password reset)
- Adds @tabler/core and sass to package.json
- Creates resources/scss/ with Tabler imports
- Creates resources/views/auth/ with styled auth pages
- Creates resources/views/layouts/ with Tabler layouts
- Creates resources/views/pages/ with dashboard and profile
- Updates vite.config.js to use SCSS
- Updates routes/web.php with auth routes
- Clears default app.css

Files Created/Modified
----------------------

[](#files-createdmodified)

### SCSS

[](#scss)

- resources/scss/app.scss
- resources/scss/utilities/\_tabler-override.scss

### Views

[](#views)

- resources/views/auth/login.blade.php
- resources/views/auth/register.blade.php
- resources/views/auth/forgot-password.blade.php
- resources/views/auth/reset-password.blade.php
- resources/views/layouts/app.blade.php
- resources/views/layouts/header.blade.php
- resources/views/layouts/navigation.blade.php
- resources/views/pages/dashboard.blade.php
- resources/views/pages/user/profile.blade.php
- resources/views/welcome.blade.php

### Routes

[](#routes)

- routes/web.php

### Config

[](#config)

- vite.config.js (updated)
- resources/js/app.js (updated)
- resources/css/app.css (cleared)

Usage
-----

[](#usage)

After installation, register a new account at `/register`. Then login at `/login` with your credentials.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance70

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

169d ago

### Community

Maintainers

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

---

Top Contributors

[![Kevinbin07](https://avatars.githubusercontent.com/u/101429904?v=4)](https://github.com/Kevinbin07 "Kevinbin07 (2 commits)")

### Embed Badge

![Health badge](/badges/tablersetup-tabler-composer/health.svg)

```
[![Health](https://phpackages.com/badges/tablersetup-tabler-composer/health.svg)](https://phpackages.com/packages/tablersetup-tabler-composer)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M376](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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