Skip to content

Instantly share code, notes, and snippets.

@johnwilson
Created March 25, 2021 13:18
Show Gist options
  • Save johnwilson/8d9960827aaae56b041fc76892fcb855 to your computer and use it in GitHub Desktop.
Save johnwilson/8d9960827aaae56b041fc76892fcb855 to your computer and use it in GitHub Desktop.
Get Latest version of Qor Admin View Templates

Qor Admin templates need to be in the following path of your project directory app/views/qor. This helps if you're using modules.

Use the following bash commands:

mkdir -p app/views
git clone https://github.com/qor/admin.git app/views
find app/views -mindepth 1 ! -regex '^app/views/views\(/.*\)?' -delete
mv app/views/views app/views/qor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment