![]() |
Update CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Update CI4 (/showthread.php?tid=77544) |
Update CI4 - nc03061981 - 09-14-2020 Hi everybody, I have a dumb question When I update the codeigniter4 to a new version by Composer, all changes in the Config that I added be lost or not? Thank you, RE: Update CI4 - MGatner - 09-14-2020 Composer will only update the framework files in vendor/, and won’t touch anything in app/ (including Config files) RE: Update CI4 - nc03061981 - 09-14-2020 (09-14-2020, 04:35 AM)MGatner Wrote: Composer will only update the framework files in vendor/, and won’t touch anything in app/ (including Config files) Thanks MGatner, hehe |