PHP Classes

File: resources/js/tool.js

Recommend this page to a friend!
  Classes of Naif Alshaye   Nova PHP Push Notifications   resources/js/tool.js   Download  
File: resources/js/tool.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nova PHP Push Notifications
Laravel based Web app to send push notifications
Author: By
Last change:
Date: 5 years ago
Size: 228 bytes
 

Contents

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