-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
It would be nice if there was a way to map files and folders while running a project.
I have this, for example:
- woocommerce
- (plugin) woocommerce
- (plugin) woocommerce-subscriptions
- (plugin) woocommerce-memberships
- shared
- (plugin) query-monitor
- (plugin) wp-crontrol
- sensei
- (plugin) sensei-lms
- (plugin) sensei-pro
- job-manager
- (plugin) wp-job-manager
- (plugin) wp-job-manager-applications
- (plugin) wp-job-manager-alerts
Basically, I run 2 different environments (a Sensei and a Job Manager site). And both share plugins and themes from other folders (like the plugins I have in woocommerce and shared folders).
Currently, I’m doing it with Local using symbolic links. I’d love to have it in a config file, or something like that.
fjorgemota