akukoder/fortify-tabler-admin

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

2.0.1 2024-01-10 01:13 UTC

This package is auto-updated.

Last update: 2024-04-10 01:52:48 UTC


README

FortifyTablerAdmin

Introduction

Latest Version on Packagist Last Commit Total Downloads License StyleCI

FortifyTablerAdmin is a Laravel Fortify UI preset, built with an open source Tabler Admin Template.

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

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

Laravel 9

composer require akukoder/fortify-tabler-admin

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

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

php artisan fortify:layout

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.

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

There are 3 layouts you can choose:

  1. Horizontal
  2. Overlap
  3. Vertical

Sidebar Position

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

  1. Left
  2. Right

Styling

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

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

Sticky Navbar

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

Combo Header

For vertical layout, you can choose to enable header.

Known Issue

  1. Not working with Laravel Voyager.

Documentation

For the documentations, please refer to the official websites.

Screenshot

FortifyTablerAdmin Screenshot

Horizontal Layout

Overlap Layout

Vertical Layout

Vertical Transparent Layout

Credits

License

FortifyTablerAdmin is open-sourced software licensed under the MIT license.