PHPackages                             jebog/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. [Admin Panels](/categories/admin)
4. /
5. jebog/tabler

ActivePackage[Admin Panels](/categories/admin)

jebog/tabler
============

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

1.0(5y ago)038MITSCSS

Since Jan 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jebog/tabler)[ Packagist](https://packagist.org/packages/jebog/tabler)[ RSS](/packages/jebog-tabler/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Tabler Bootstrap 4
==========================

[](#laravel-tabler-bootstrap-4)

Laravel 7.0 and 8.0 Package for integrating Tabler template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation.

Pre-Installation
================

[](#pre-installation)

Before install, you must create the authentication scaffolding manually

```
  1. First install laravel/ui package from composer
     ```php
     composer require laravel/ui
     ```
  1. And then, run code below
     ```php
     php artisan ui vue --auth
     ```

# Installation
```php
composer require jebog/tabler

```

Run this code below to implement the template,

```
php artisan make:tabler
```

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

```
php artisan serve
```

Viola! a Laravel site using Tabler is running right now.

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

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

Config
------

[](#config)

To publish this package config to your app config, run this code below

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

Views
-----

[](#views)

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

```
php artisan vendor:publish --provider="Jebog\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 @ttskch/select2-bootstrap4-theme
```

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

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1982d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cf9964bc69cf931ef600f2982af0e07d201fffc9250a12b6b6868a17f078391?d=identicon)[donmarkus](/maintainers/donmarkus)

---

Top Contributors

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

---

Tags

composerlaravelpackagedashboardadmintablerbootstrap 4

### Embed Badge

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

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

###  Alternatives

[conedevelopment/root

Root is an admin package for Laravel applications.

3813.3k2](/packages/conedevelopment-root)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 10-13, PHP 版本限制 &gt;= 8.1（支持 PHP 8.5）

472.4k](/packages/printnow-laravel-admin)[atnic/laravel-admin-lte

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

256.4k](/packages/atnic-laravel-admin-lte)

PHPackages © 2026

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