bezner/fortify-ui-bootstrap

Fortify-driven Laravel UI replacement

v1.0.1 2021-11-01 17:20 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:37 UTC


README

fortify-preset-image.png

Introduction

FortifyUI Bootstrap is a Laravel Fortify UI preset, built with Bootstrap 5.

Requirements

This package requires Laravel Fortify and FortifyUI. Installing FortifyUI will automatically install and configure Laravel Fortify for you, so you may start there.

Installation

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!

License

FortifyUI Bootstrap is open-sourced software licensed under the MIT license.