Recommend this page to a friend! |
Classes of Naif Alshaye | > | Laravel Nova PHP MySQL Manager | > | resources/js/tool.js | > | Download |
|
![]() |
Nova.booting((Vue, router) => { router.addRoutes([ { name: 'nova-mysql', path: '/nova-mysql', component: require('./components/Tool'), }, ]) }) |