![]() |
Where is the system folder stored when a new project is created with composer - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forum-28.html) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forum-30.html) +--- Thread: Where is the system folder stored when a new project is created with composer (/thread-77562.html) |
Where is the system folder stored when a new project is created with composer - emris - 09-17-2020 Hello guys. Please I need help. I recently created a new project with composer. Everything is working as expected but the system folder seems to be missing. I know it's somewhere there else the app won't work. I'm asking in other to prevent any future surprises when uploading the project to a live server. Please note this is the first time I'm using the composer to create a CI project RE: Where is the system folder stored when a new project is created with composer - nosybonk - 09-17-2020 It's in vendor/codeigniter4/framework/ |