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-bootstrapNext, you'll need to run the install command:
php artisan fortify:bootstrapThis 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 devor
yarn install && yarn run devdepending on the package manager of your choice. Happy development!
FortifyUI Bootstrap is open-sourced software licensed under the MIT license.
