composer require tinywan/jwt
git add ./
git commit -m "移除旧jwt组件,使用新的jwt插件"
git push origin master
git pull
composer install
结果又生成一个 config/plugin/tinywan/jwt/app.php
导致提交的被提交,而且新生成的没有被提交版本库,导致下次手动拉取或者Jenkins自动构建没法接续pull代码(git pull)
是否可以 composer install
安装的时候自动判断已经存在就不要再次覆盖配置文件了?
https://github.com/walkor/webman/commit/86d0e1cbfba768f4b47a295efc3d908b387d5edf
试下是不是你想要的
ps 提问格式真赞 👍
那样感觉复杂了。$overwrite 由插件作者决定是否覆盖,默认不覆盖。
要的要的