FortifyUI Bootstrap is a Laravel Fortify UI preset, built with Bootstrap 5.
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 FortifyUI Bootstrap using Composer.
composer require bezner/fortify-ui-bootstrap
Next, you'll need to run the install command:
php artisan fortify:bootstrap
This command will publish FortifyUI Bootstrap's views and resources to your project.
The lsat step is to install node dependencies and compile the assets. You will achieve that by running:
npm install && npm run dev
or
yarn install && yarn run dev
depending on the package manager of your choice. Happy development!
FortifyUI Bootstrap is open-sourced software licensed under the MIT license.