Allow users of an opensourced project to add their own files to their copy
问题 So I'm creating a semi-popular open source project and am looking for ways for its users to customize their copy. Basically I've zero experience using Composer and next to none with git submodules. I have this file structure pushed to git: /ROOT ----/subdirectory/ ---------/another.file.php ----/main.class.php ----/config.default.php It would be ideal for users to be able to copy config.default.php to the same directory, rename it to config.php (and by doing that override the default