bezner / fortify-ui-bootstrap
Fortify-driven Laravel UI replacement
Installs: 228
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 1
Language:Blade
Requires
- illuminate/contracts: ^8.0
- zacksmash/fortify-ui: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-10-29 06:25:15 UTC
README
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.