Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nikoloz's avatar

How can I install Vue package in Laravel Nova custom tool?

Nova::script('konva', 'https://unpkg.com/konva@9/konva.min.js'); Nova::script('vue-konva', 'https://cdn.jsdelivr.net/npm/[email protected]/umd/vue-konva.min.js'); I try to install the Vue-Konva package with CDN, but it doesn't work, it returns this warning Failed to resolve component: v-line, do you know how to install the package for custom tool in the new version of Nova?

0 likes
0 replies

Please or to participate in this conversation.