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

ReyesHatrinak's avatar

Laravel Nova using nova's components and tools in application

Wouldn't it be nice if we could also leverage Nova components (Index, Forms, Detail page, Cards or Tools from novapackages.com) in our external application too and not just be restricted to the nova admin panel?

1- Basically, we would just add the scripts and css for Nova in our layout.blade.php

2- Then we would be able to use the Nova components like for example, resource-index.

In our blade.php views

@section('content') My own custom content

@endcontent Or in our app.js

require('./bootstrap'); window.Vue = require('vue'); Vue.component('example-component', require('./nova/ResourceIndex.vue')); const app = new Vue({ el: '#app' }); Does anyone know https://chatrandom.download/omegle/ how we could leverage Nova's components and packages outside of the admin panel and in our main https://echat.date application?

0 likes
0 replies

Please or to participate in this conversation.