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

ActivePackage[Admin Panels](/categories/admin)

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

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

v1.0.1(6y ago)328406[2 PRs](https://github.com/GusZandy/laravel-tabler-bootstrap4/pulls)MITCSSPHP ^7.1.3

Since Sep 6Pushed 4y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (6)Used By (0)

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

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

Laravel 5.8 and 6.0 Package for integrating Tabler template and this package is Laravel Mix friendly. Currently this package can be integrated easily only on fresh installation. For laravel &gt;= 7.0, you can use develop branch.

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

[](#pre-installation)

Before install, you must create the authentication scaffolding manually

- for Laravel 5.8

```
php artisan make:auth
```

- for Laravel &gt;= 6.0
    1. First install laravel/ui package from composer ```
        composer require laravel/ui
        ```
    2. And then, run code below ```
        php artisan ui vue --auth
        ```

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

[](#installation)

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

For laravel &gt;= 7.0, use this:

```
composer require guszandy/laravel-tabler-bootstrap4:dev-develop
```

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="GusZandy\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="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 @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!

How to use components in this package
=====================================

[](#how-to-use-components-in-this-package)

1. Panel
--------

[](#1-panel)

```
@component('tabler::components.panel', [ 'title' => 'Welcome' ])
  @slot('tools')

  @endslot
  You are logged in!
@endcomponent
```

2. Alert
--------

[](#2-alert)

```
@component('tabler::components.alert', [ 'type' => 'info' ])
  @slot('text')
     This is an alert component.
  @endslot
@endcomponent
```

3. Button
---------

[](#3-button)

```
@component('tabler::components.button', [ 'type' => 'info', 'url' => 'www.google.com' ])
  @slot('text')
     This is a button component.
  @endslot
@endcomponent
```

4. Tabs
-------

[](#4-tabs)

```
@component('tabler::components.tabs', [ 'nav_tabs' => 'info' ])
  @slot('tab_panes')
     This is a tab component.
  @endslot
@endcomponent
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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

Total

2

Last Release

2437d ago

### 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 (31 commits)")

---

Tags

admin-dashboardboostrap4laravel-mixlaravel-packagelaravel-package-templatetablertabler-templatecomposerlaravelpackagedashboardadmintablerbootstrap 4

### Embed Badge

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

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

###  Alternatives

[conedevelopment/root

Root is an admin package for Laravel applications.

3713.1k2](/packages/conedevelopment-root)[superv/platform

SuperV Platform Package

2411.6k5](/packages/superv-platform)[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)
