Skip to content
Muah edited this page Dec 25, 2020 · 23 revisions

when integrating the manager with your own layout,

  • make sure that your parent view file mimics all the necessary html, blade logic in the manager index file

  • remove any packages registration that you may already have in your app from manager.js to avoid duplications and keep your files as small as possible.

  • if you are using the new mix v6 also check Laravel Mix V6 Setup