Bootstrap 5 Devise Views
Adds Bootstrap 5 views for Devise using devise-bootstrap5
Used 74 times
D
Dale Zak
Usage
Visit https://github.com/kroger/devise-bootstrap5 for gem options.
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/VeKsLE"
Template Source
Review the code before running this template on your machine.
def do_bundle
Bundler.with_unbundled_env { run "bundle install" }
end
run 'bundle add devise-bootstrap5'
do_bundle
rails_command "generate devise:views:bootstrap"