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

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

guszandy/laravel-tabler
=======================

Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.

v1.4(7y ago)239736[1 issues](https://github.com/GusZandy/laravel-tabler/issues)[3 PRs](https://github.com/GusZandy/laravel-tabler/pulls)MITHTMLPHP &gt;=7.0.0

Since May 23Pushed 3y ago3 watchersCompare

[ Source](https://github.com/GusZandy/laravel-tabler)[ Packagist](https://packagist.org/packages/guszandy/laravel-tabler)[ RSS](/packages/guszandy-laravel-tabler/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (11)Used By (0)

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

[](#laravel-tabler)

Laravel 5.5, 5.6, and 5.7 Package for integrating Tabler template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation.

### \[New\] for Tabler with Bootstrap 4 use this package, [HERE](https://github.com/GusZandy/laravel-tabler-bootstrap4.git)

[](#new-for-tabler-with-bootstrap-4-use-this-package-here)

Installation
============

[](#installation)

```
composer require guszandy/laravel-tabler
```

If you are using Laravel 5.5 above skip this step, but if aren't then add this line on `config/app.php`, on `providers`

```
'providers' => [
  ...
  GusZandy\Tabler\Providers\AppServiceProvider::class,
  ...
]
```

And then run,

```
php artisan make:tabler
```

Let's see what we've install. First, make sure that you already ran `php artisan migrate` command, then do

```
php artisan serve
```

Viola! You've running a Laravel site using Tabler.

Configuration and Views Customization
=====================================

[](#configuration-and-views-customization)

Config
------

[](#config)

To publish this package config to your app config run

```
php artisan vendor:publish --provider="GusZandy\Tabler\Providers\AppServiceProvider" --tag="config"
```

Views
-----

[](#views)

To publish this package views so you can customize on your own run

```
php artisan vendor:publish --provider="GusZandy\Tabler\Providers\AppServiceProvider" --tag="views"
```

Next Step
=========

[](#next-step)

First of all, you should understand how to use [Laravel Mix](https://laravel.com/docs/mix) and install latest laravel-mix.

Tabler need some package on npm. First you need to run

```
npm install
```

Install Tabler needed package from npm

```
npm install --save-dev bootstrap bootstrap-sass popper.js chart.js d3 font-awesome jquery-circle-progress jvectormap moment requirejs select2 select2-bootstrap-theme selectize sparkline tabler-ui tablesorter bootstrap-datepicker eonasdan-bootstrap-datetimepicker
```

Run Laravel Mix command

```
npm run development
```

or use `production` minimize output

```
npm run production
```

Then have a good look on these files

- `webpack.mix.js`
- `resources/assets/js/tabler.js`
- `resources/assets/sass/tabler.scss`

Happy experimenting!

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~59 days

Total

5

Last Release

2726d ago

PHP version history (2 changes)v1.0PHP &gt;=7.1.3

v1.1PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00091fdeece134a63bf9327d2e103de05485f4b2c388a8c06265422d99f92342?d=identicon)[GusZandy](/maintainers/GusZandy)

---

Top Contributors

[![GusZandy](https://avatars.githubusercontent.com/u/29138346?v=4)](https://github.com/GusZandy "GusZandy (30 commits)")[![MrBMT](https://avatars.githubusercontent.com/u/6931281?v=4)](https://github.com/MrBMT "MrBMT (4 commits)")[![frdteknikelektro](https://avatars.githubusercontent.com/u/14815819?v=4)](https://github.com/frdteknikelektro "frdteknikelektro (3 commits)")[![wandrakuzz](https://avatars.githubusercontent.com/u/18138577?v=4)](https://github.com/wandrakuzz "wandrakuzz (1 commits)")

---

Tags

adminlaravelpackagetablertemplatecomposerlaravelpackagetabler

### Embed Badge

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

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

###  Alternatives

[atnic/laravel-inspinia

Laravel Package for integrating Inspinia template and this package is Laravel Mix friendly.

164.0k1](/packages/atnic-laravel-inspinia)

PHPackages © 2026

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