PHPackages                             etopian/fortify-tabler-admin - 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. etopian/fortify-tabler-admin

ActiveLibrary[Admin Panels](/categories/admin)

etopian/fortify-tabler-admin
============================

Laravel Fortify based on Fortify UI and open source Tabler theme.

01CSS

Since Jul 18Pushed 2y agoCompare

[ Source](https://github.com/etopian/fortify-tabler-admin)[ Packagist](https://packagist.org/packages/etopian/fortify-tabler-admin)[ RSS](/packages/etopian-fortify-tabler-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![FortifyTablerAdmin](https://camo.githubusercontent.com/c1039dddcc81e41d2f293da7e0945c0d6132dca5d65160052ef2b7f645939823/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f343361623464336362306565383834393334396165343939356662316237633235336462373063392f666f72746966792d7461626c65722d61646d696e2e706e67)](https://camo.githubusercontent.com/c1039dddcc81e41d2f293da7e0945c0d6132dca5d65160052ef2b7f645939823/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f343361623464336362306565383834393334396165343939356662316237633235336462373063392f666f72746966792d7461626c65722d61646d696e2e706e67)

Introduction
============

[](#introduction)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e24b622c60f96d7c6c611e9f238501b54fd16d2e86cd6bb2afb95b9f3ac3cbd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/akukoder/fortify-tabler-admin)[![Last Commit](https://camo.githubusercontent.com/849bb79b694d5881a70c8bd505d85e26f7301b543de56d5b59b83eebb99ccb38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/akukoder/fortify-tabler-admin)[![Total Downloads](https://camo.githubusercontent.com/65d58558fe3b000c00529ab2b0dae88117314c5fbdefaee503bd1f5b5887ac45/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/akukoder/fortify-tabler-admin)[![License](https://camo.githubusercontent.com/2eaf2084dc80dbc8e19e02868e341d665307a9dc0cf84cfa6ba5a612fb2a70cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/akukoder/fortify-tabler-admin)[![StyleCI](https://camo.githubusercontent.com/23fb5665176f2ee12a6d845c35479838714d4e044a04228e08784f27fb604f6e/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3437393636363738342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/479666784?branch=master)

**FortifyTablerAdmin** is a Laravel Fortify UI preset, built with an open source [Tabler Admin Template](https://tabler.io).

Requirement
===========

[](#requirement)

Install the package on the new **Laravel 8 and above** only, without additional packages like Jetstream or Laravel Ui. Laravel Fortify and FortifyUI will be installed automatically.

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

[](#installation)

To get started, you'll need to install **FortifyTablerAdmin** using composer.

Laravel 9
---------

[](#laravel-9)

```
composer require akukoder/fortify-tabler-admin
```

Laravel 8 and below
-------------------

[](#laravel-8-and-below)

```
composer require akukoder/fortify-tabler-admin:^1.0
```

Next, you'll need to run the install command:

```
php artisan fortify:tabler
```

The package will run database migration automatically. If you want to skip it:

```
php artisan fortify:tabler --skip-migration
```

Changing Layout
---------------

[](#changing-layout)

If you want to change the layout, just run this command:

```
php artisan fortify:layout
```

Create Example Pages
--------------------

[](#create-example-pages)

You can generate example page using the command below:

```
php artisan fortify:view
```

Currently, there are 10 pages included:

- activity
- faq
- gallery
- invoice
- license
- music
- pricing-cards
- search-result
- tasks
- users

*You can view the demo for each layout from [Tabler official demo](https://preview.tabler.io/).*

Features
========

[](#features)

All Fortify features enabled by default, and some other basic features to get you started.

1. Login
2. Registration
3. Reset password
4. Email verification
5. Profile Information
6. Update password
7. Two-factor authentication
8. Browser session
9. User management
10. Multiple dashboard layouts to choose
11. Light or dark theme (per user setting)

Layout Type
-----------

[](#layout-type)

There are 3 layouts you can choose:

1. Horizontal
2. Overlap
3. Vertical

Sidebar Position
----------------

[](#sidebar-position)

For vertical layout, your have option to set the sidebar position:

1. Left
2. Right

Styling
-------

[](#styling)

For both horizontal and vertical, you can choose the styling:

1. Light
2. Dark
3. Transparent (vertical layout only)

Sticky Navbar
-------------

[](#sticky-navbar)

And if you choose horizontal, you have an option to set it to sticky.

Combo Header
------------

[](#combo-header)

For vertical layout, you can choose to enable header.

Known Issue
===========

[](#known-issue)

1. [Not working with Laravel Voyager](https://github.com/akukoder/fortify-tabler-admin/issues/3#issuecomment-1099368495).

Documentation
=============

[](#documentation)

For the documentations, please refer to the official websites.

- [Tabler](https://tabler.io)
- [Bootstrap 5](https://getbootstrap.com/)
- [Fortify UI](https://github.com/zacksmash/fortify-ui)
- [Intervention Image](https://github.com/intervention/image)
- [Arcanedev Laravel Settings](https://github.com/ARCANEDEV/LaravelSettings/)

Screenshot
==========

[](#screenshot)

[![FortifyTablerAdmin Screenshot](https://camo.githubusercontent.com/48378e44881f624289e03e6ef3cd36b191fb508d7beb8ef6ce0893cc533d1819/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/48378e44881f624289e03e6ef3cd36b191fb508d7beb8ef6ce0893cc533d1819/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742e706e67)

[![Horizontal Layout](https://camo.githubusercontent.com/e7f08031a3f7cb0a2a4d0003c738ed4d327ce6f7388b475b6b3431add4db004c/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d686f72697a6f6e74616c2e706e67)](https://camo.githubusercontent.com/e7f08031a3f7cb0a2a4d0003c738ed4d327ce6f7388b475b6b3431add4db004c/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d686f72697a6f6e74616c2e706e67)

[![Overlap Layout](https://camo.githubusercontent.com/7c85e5669fad08d737c5935e809789f0ddddaece3fbe2330d324811d7cf53405/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d6f7665726c61702e706e67)](https://camo.githubusercontent.com/7c85e5669fad08d737c5935e809789f0ddddaece3fbe2330d324811d7cf53405/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d6f7665726c61702e706e67)

[![Vertical Layout](https://camo.githubusercontent.com/00bc280e97a40728a4ff4e627510effc228783fc5fca6cef3402c3b7e7d68f75/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d766572746963616c2e706e67)](https://camo.githubusercontent.com/00bc280e97a40728a4ff4e627510effc228783fc5fca6cef3402c3b7e7d68f75/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d766572746963616c2e706e67)

[![Vertical Transparent Layout](https://camo.githubusercontent.com/b89c95503baab3737dd7d3d3f1f811d0824e7d1a0527bfce28e0af50f20a86d3/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d766572746963616c2d7472616e73706172656e742e706e67)](https://camo.githubusercontent.com/b89c95503baab3737dd7d3d3f1f811d0824e7d1a0527bfce28e0af50f20a86d3/68747470733a2f2f6269746275636b65742e6f72672f616b756b6f6465722f666f72746966792d7461626c65722d61646d696e2f7261772f386436303563356638623236636134623436393066643665363034333433393061306632613966302f73637265656e73686f742d766572746963616c2d7472616e73706172656e742e706e67)

Credits
=======

[](#credits)

- [Fortify UI](https://github.com/zacksmash/fortify-ui)
- [Tabler](https://tabler.io)
- [Proxeuse](https://github.com/Proxeuse/fortify-tabler)

License
=======

[](#license)

**FortifyTablerAdmin** is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2536c1d8dfff2644e378f0b6853b8cdc49ba5d033ec04825b9cba39293178db6?d=identicon)[etopian](/maintainers/etopian)

---

Top Contributors

[![syahzul](https://avatars.githubusercontent.com/u/707301?v=4)](https://github.com/syahzul "syahzul (88 commits)")[![etopian](https://avatars.githubusercontent.com/u/273319?v=4)](https://github.com/etopian "etopian (1 commits)")

### Embed Badge

![Health badge](/badges/etopian-fortify-tabler-admin/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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