Bootstrap5 is a Laravel Fortify UI preset.
This package requires Laravel Fortify and FortifyUI. Installing FortifyUI will automatically install and configure Laravel Fortify for you, so you may start there.
To get started, you'll need to install bootstrap5 using Composer.
composer require DamelazMedia/bootstrap-fortifyui
Next, you'll need to run the install command:
php artisan fortify:bootstrap5
This command will publish bootstrap5's views and resources to your project.
- All
auth
views - Other files...
FortifyUIPreset is open-sourced software licensed under the MIT license.