Authentication scaffolding with Bootstrap 4.
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.
Laravel
Laravel Fortify
Bootstrap
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.