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
andfont-awesome