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

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

ckissi/tabler
=============

Tabler template for Laravel 5.\* with Social logins and Error handling

v0.5-alpha(6y ago)09MITHTMLPHP &gt;=5.4.0

Since May 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ckissi/tabler)[ Packagist](https://packagist.org/packages/ckissi/tabler)[ Docs](https://github.com/ckissi/tabler)[ RSS](/packages/ckissi-tabler/feed)WikiDiscussions master Synced 6d ago

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

tabler
======

[](#tabler)

[![Tabler preview](preview.png)](preview.png)

Tabler admin template for Laravel 5 with social logins and error handling

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

[](#installation)

Run composer for installing package:

```
composer require "ckissi/tabler":"~1.0.0"
```

Or add package name to require section:

```
...
require: {
    ...
    "ckissi/tabler":"~1.0.0"
    ...
}
...
```

If Laravel &lt; 5.5, Add a provider to the list of providers in `config/app.php`

```
...
"providers" => [
    ...
    '\ckissi\tabler\Providers\TablerServiceProvider',
    ...
]
...
```

Setup the middleware for menu by create a new middleware named: **DefineMenu**

You can read more at:

```
