In symfony the default plugin folder is /plugin, I’m wondering if there is a way to use more than one folder to categorize different types of plugins?
There is a sf_plugin_dir but I’m not sure that can be configured to be an array, something like
array(
'/plugin-folder1/..',
'/plugin-folder2/..',
)
and still keeps everything working? Like the plugin:publish-assets task.
Any ideas?
You’ll find the solution here: http://gist.github.com/572781
Let me copy it here for convenience and future reference: