PHPackages                             mimisk13/laravel-tabler - 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. mimisk13/laravel-tabler

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

mimisk13/laravel-tabler
=======================

Laravel Tabler UI

v0.1.1(2mo ago)09.9k↓84%MITBladePHP ^8.2CI failing

Since Oct 29Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/MimisK13/laravel-tabler)[ Packagist](https://packagist.org/packages/mimisk13/laravel-tabler)[ Docs](https://github.com/mimisk13/laravel-tabler)[ RSS](/packages/mimisk13-laravel-tabler/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (7)Dependencies (6)Versions (15)Used By (0)

Laravel Tabler
==============

[](#laravel-tabler)

[![Tests](https://github.com/MimisK13/laravel-tabler/actions/workflows/tests.yml/badge.svg)](https://github.com/MimisK13/laravel-tabler/actions/workflows/tests.yml)[![Latest Version on Packagist](https://camo.githubusercontent.com/eed6f62323246a72aea7cbf6ab2cda34dc313645195deddaef87047c9d648de2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696d69736b31332f6c61726176656c2d7461626c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mimisk13/laravel-tabler)[![Total Downloads](https://camo.githubusercontent.com/a1f541cf9337e82e70a0e265abc19b5c5fac27624086bbb361ed41d98cee0bc0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696d69736b31332f6c61726176656c2d7461626c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mimisk13/laravel-tabler)

`mimisk13/laravel-tabler` is a Laravel UI scaffolding package based on Tabler.

It installs a ready starter layout, demo pages, Blade components, and route/vite stubs so you can start quickly with a Tabler-style admin UI.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 10, 11, 12, or 13

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

[](#installation)

```
composer require mimisk13/laravel-tabler
```

Usage
-----

[](#usage)

```
php artisan tabler:install
```

### What the install command does

[](#what-the-install-command-does)

- Copies Blade views from package stubs to `resources/views`
- Copies route stub to `routes/web.php`
- Copies `vite.config.js` stub to project root
- Adds frontend dependencies in `package.json` (`@tabler/core`, `vite-plugin-static-copy`)
- Runs frontend install/build command (`npm`, `yarn`, or `pnpm` depending on lock file)

### Scaffolded pages and routes

[](#scaffolded-pages-and-routes)

Installed route stub includes:

- `GET /` -&gt; `dashboard` view
- `GET /empty` -&gt; `empty` view (`empty` route name)
- `GET /license` -&gt; `license` view (`license` route name)

### Included Blade components

[](#included-blade-components)

The package stubs include reusable components under `resources/views/components`, including:

- alerts
- badges
- buttons
- cards
- forms/inputs
- table wrappers (`table`, `th`, `td`)
- icons
- empty state blocks
- loading spinner

Example usage:

```

Active

    View License

```

Notes
-----

[](#notes)

- `tabler:install` is scaffolding-oriented and will overwrite target files like `routes/web.php` and `vite.config.js` with package stubs.
- Review generated files before running in an existing production project.

Change log
----------

[](#change-log)

Please see the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details and a todolist.

Credits
-------

[](#credits)

- [MimisK](https://github.com/mimisk13)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [license file](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance86

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.3% 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 ~151 days

Recently: every ~227 days

Total

7

Last Release

71d ago

### Community

Maintainers

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

---

Top Contributors

[![MimisK13](https://avatars.githubusercontent.com/u/10620005?v=4)](https://github.com/MimisK13 "MimisK13 (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

---

Tags

laravelphptabler-uilaravelLaravelTabler

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mimisk13-laravel-tabler/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

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

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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