Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
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


Clone this wiki locally