FortifySoftUi is a Laravel Fortify UI preset, built with Soft UI Dashboard and Soft UI Design System by Creative Tim.
All Fortify features enabled by default, and some other basic features to get you started.
- Registration
- Reset password
- Email verification
- Profile Information
- Update password
- Two-factor authentication
- Browser session
- User management
Install the package on the new Laravel installation 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 FortifySoftUi using composer.
composer require akukoder/fortify-soft-ui --dev
Next, you'll need to run the install command:
php artisan fortify:softui
Visit the demo site here.
- Email:
[email protected]
- Password:
password
For the design documentation, please refer to the official websites.
FortifySoftUi is open-sourced software licensed under the MIT license.