v6 upg help need #638
-
Doing Step 20 on one my project i've this error: Some help to check path setting for "backpack::" ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
@tabacitu I see the problem is with the new namespace, I looked at the backpack demo and saw that at resources/views/vendor/backpack/ui/inc there is only the menu_items.blade.php file and the blades are at resources/views/ vendor/backpack/theme-tabler/inc I tried to move my blades there but it can't find them! Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi @pxpm finally i've converted my app and now start, i've only to convert to use basset.. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@tabacitu I wanna show you my customizations done on BKP5 CoreUI: What you think ? |
Beta Was this translation helpful? Give feedback.
Looks like you've customized the login page, the register page, the sidebar, the footer. So... quite a bit. I would create a different theme, yes. That way you are 100% in control of what's happening.
OR you can add just the files you need in your theme, and use the
view_namespace_fallback
inconfig/backpack/ui.php
to point to the theme you based it on. That way you don't have a lot of files to maintain. But... you're tied to an existing theme...Your choice. I just said what I would do.