Skip to content

Instantly share code, notes, and snippets.

@meigwilym
Last active July 6, 2018 12:45
Show Gist options
  • Save meigwilym/b7d2a07802a5520882fa0d9d682e35c6 to your computer and use it in GitHub Desktop.
Save meigwilym/b7d2a07802a5520882fa0d9d682e35c6 to your computer and use it in GitHub Desktop.
Using Adminator in Laravel

Using Adminator in Laravel

Adminator is not that friendly to be dropped in a Laravel project. Here's what I did to get the CSS and fonts working.

Using Laravel 5.6 and Adminator

  • Download the zip https://github.com/puikinsh/Adminator-admin-dashboard/archive/master.zip
  • Copy contents of src/assets into resources/assets/sass
  • Copy src/static to resources
  • Rename resources/assets/sass/index.scss to adminator.scss
  • Edit app.scss: remove all import statements and add @import 'adminator';
  • Edit resources/assets/sass/vendor/index.scss: comment out everything but themify-icons and font-awesome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment