PHP Classes

File: resources/js/tool.js

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova PHP CPanel Email Setup   resources/js/tool.js   Download  
File: resources/js/tool.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova PHP CPanel Email Setup
Manage email accounts on hosting with CPanel
Author: By
Last change:
Date: 5 years ago
Size: 206 bytes
 

Contents

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