Skip to content

AvinashDalvi89/mautic-plugin-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mautic Plugin Creator

mautic-plugin-creator

This package enable Mautic user to create basic skeleton of custom plugin bundle files and folder by providing bundle name and author name. Further user can extend customisation as per their requirement. This is a just folder and file creation to avoid manaul effort.

Requirements

  • PHP 7.4 and above.
  • Mautic 3.x

Installation

$ composer require aviboy2006/mautic-plugin-creator

Usage

Navigate to Mautic folder and run below command

$ php vendor/aviboy2006/mautic-plugin-creator/src/test.php

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

_The code contribution process is very formal.

NOTE

I have created this with simple approach there are many improvement can be done.

License

MIT