laravel and metronic confusion with fonts
public/assets/vendors/keenicons/fonts contains fonts
src/fonts/keenicons/ contains the same fonts categorized with dir's
public/build/assets also contains fonts..
resources/theme/vendors/keenicons/ also the same fonts.
something need to be deleted?
Replies (3)
Deleted comment
Hi Darius Ju,
You can safely delete the following folder:
/public/assets/vendors/keenicons
The public/build and src/fonts/keenicons folders are not referenced in the documentation. For your Laravel build, you should use the resources/theme/vendors/keenicons folder.
Hi,
May I know which Metronic version are you using? I suppose it's v8.2.x, the Laravel Starter Kit ?
Regards.