FortifyTablerAdmin is a Laravel Fortify UI preset, built with an open source Tabler Admin Template.
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.
To get started, you'll need to install FortifyTablerAdmin using composer.
composer require akukoder/fortify-tabler-admin
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
If you want to change the layout, just run this command:
php artisan fortify:layout
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.
All Fortify features enabled by default, and some other basic features to get you started.
- Login
- Registration
- Reset password
- Email verification
- Profile Information
- Update password
- Two-factor authentication
- Browser session
- User management
- Multiple dashboard layouts to choose
- Light or dark theme (per user setting)
There are 3 layouts you can choose:
- Horizontal
- Overlap
- Vertical
For vertical layout, your have option to set the sidebar position:
- Left
- Right
For both horizontal and vertical, you can choose the styling:
- Light
- Dark
- Transparent (vertical layout only)
And if you choose horizontal, you have an option to set it to sticky.
For vertical layout, you can choose to enable header.
For the documentations, please refer to the official websites.
FortifyTablerAdmin is open-sourced software licensed under the MIT license.