Bootstrap 5 Devise Views

Adds Bootstrap 5 views for Devise using devise-bootstrap5
Icons/chart bar
Used 63 times
Created by
D Dale Zak

Usage

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"
Comments

Sign up or Login to leave a comment.