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.
- PHP 7.4 and above.
- Mautic 3.x and more
$ composer require aviboy2006/mautic-plugin-creator
Navigate to Mautic folder and run below command
$ php vendor/aviboy2006/mautic-plugin-creator/src/test.php
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- 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.
MIT