PHP Classes

File: resources/js/tool.js

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova PHP MySQL Manager   resources/js/tool.js   Download  
File: resources/js/tool.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova PHP MySQL Manager
Web interface for MySQL server management
Author: By
Last change:
Date: 5 years ago
Size: 204 bytes
 

Contents

Class file image Download
Nova.booting((Vue, router) => { router.addRoutes([ { name: 'nova-mysql', path: '/nova-mysql', component: require('./components/Tool'), }, ]) })