getherbert / herbert

The WordPress Plugin Framework:
http://getherbert.com/
634 stars 95 forks source link

Multiple plugin creation #185

Open abinkuruvilla opened 6 years ago

abinkuruvilla commented 6 years ago

sir, I am new to herbert. And i really likes your effort to create this plugin framework. Its really wonderful. First I created a plugin using your tutorials and sample plugin published here. Next i want to create multiple plugins using the same herbert library . How can i do this ? Is Vendor is not shareable with multiple plugins. My current skeleton of plugin is as follows:

wp-content

plugins

example plugin master

app resources vendor .editorconfig .gitignore composer.json herbert.config plugin.php Where i make the changes? please help.