You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: