PHP Classes

File: resources/js/tool.js

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova PHP Mailchimp Send Email   resources/js/tool.js   Download  
File: resources/js/tool.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova PHP Mailchimp Send Email
Send email to subscribers of lists of Mailchimp
Author: By
Last change:
Date: 5 years ago
Size: 213 bytes
 

Contents

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