akukoder / fortify-tabler-admin
Laravel Fortify based on Fortify UI and open source Tabler theme.
Installs: 280
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 4
Open Issues: 2
Language:CSS
Requires
- php: ^7.3|^8.0|^8.1
- ext-json: *
- arcanedev/laravel-settings: ^8.1|^9.0|^10.0
- illuminate/support: ^8.0|^9.0|^10.0
- intervention/image: ^2.5.1
- laravel/sanctum: ^3.0
- zacksmash/fortify-ui: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^3.11
README
Introduction
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.
- 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)
Layout Type
There are 3 layouts you can choose:
- Horizontal
- Overlap
- Vertical
Sidebar Position
For vertical layout, your have option to set the sidebar position:
- Left
- Right
Styling
For both horizontal and vertical, you can choose the styling:
- Light
- Dark
- 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
Documentation
For the documentations, please refer to the official websites.
Screenshot
Credits
License
FortifyTablerAdmin is open-sourced software licensed under the MIT license.