A helper script which sniffs vendor packages looking for config/medools.php
This script would try to merge them and show conflicts to the developer, so it can choose which one to pick.
After that, the script would output the config file into root/config/medools.php
- It can be a composer
post-install / post-update, or a bin script
- A bin script might be better, just in case it fails or is canceled
A helper script which sniffs vendor packages looking for
config/medools.phpThis script would try to merge them and show conflicts to the developer, so it can choose which one to pick.
After that, the script would output the config file into
root/config/medools.phppost-install/post-update, or a bin script