greatsami/fortify-bootstrap

Bootstrap template for Laravel 8 Fortify

1.7.1 2020-10-14 11:58 UTC

This package is auto-updated.

Last update: 2024-04-21 20:53:20 UTC


README

Introduction

Authentication scaffolding with Bootstrap 4.

Installation

You have to install Laravel Fortify, and complete all setup without add blades calling in App\Providers\FortifyServiceProvider.php.

After installation completed please add session migration using: (to activate TwoFactorAuthentication method)

php artisan session:table

To get started, install package using composer:

composer require greatsami/fortify-bootstrap

Next, Run install artisan command to publish bootstrap scraffolding to application

php artisan fortify:bootstrap
npm install && npm run dev

This command will update package.json with Bootstrap dependencies, update resources/sass and resources/js, and resources/views with authentication views like login, register, reset passsword request, layouts files etc.

Build With

Laravel
Laravel Fortify
Bootstrap

Useful Links

Official Laravel Ui Package

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT