CodeIgniter Forums
remove unnecessary directories - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: remove unnecessary directories (/showthread.php?tid=77146)



remove unnecessary directories - Paradinight - 07-24-2020

The following directories a unnecessary in the codeigniter4/framework package:
- app
- public
- writable


RE: remove unnecessary directories - jreklund - 07-25-2020

No it's not. As we may have updated the standard files in App, Public or the directory structure in writable. So you need to be able to update your own files from those templates.

It's also the base for the manual download.


RE: remove unnecessary directories - Paradinight - 07-25-2020

(07-25-2020, 12:10 AM)jreklund Wrote: No it's not. As we may have updated the standard files in App, Public or the directory structure in writable. So you need to be able to update your own files from those templates.

It's also the base for the manual download.

CodeIgniter 4 has two repos, why not using the codeigniter4/CodeIgniter4 for the manual download?


RE: remove unnecessary directories - jreklund - 07-25-2020

As we may have update the App folder, with e.g. new Config files you would not be able to get them (if they where removed). That's why they need to be there for Composer* installation as well.

* You are installing in that way, right?


RE: remove unnecessary directories - Paradinight - 07-25-2020

(07-25-2020, 04:26 AM)jreklund Wrote: As we may have update the App folder, with e.g. new Config files you would not be able to get them (if they where removed). That's why they need to be there for Composer* installation as well.

* You are installing in that way, right?

doesn't make sense at all... . Because of one future update, we need the app folder and the other directories and files?

\vendor\kint-php
\vendor\laminas

a copied to (not moved)

vendor\codeigniter4\framework\system\ThirdParty

download version ok, but not if you use a package manager.


RE: remove unnecessary directories - jreklund - 07-25-2020

Yep, how would you else get the new files, if they never where downloaded?