Posts: 445
Threads: 6
Joined: Jun 2015
Reputation:
25
The following directories a unnecessary in the codeigniter4/framework package:
- app
- public
- writable
Posts: 1,404
Threads: 3
Joined: Aug 2017
Reputation:
39
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.
Posts: 1,404
Threads: 3
Joined: Aug 2017
Reputation:
39
07-25-2020, 04:26 AM
(This post was last modified: 07-25-2020, 04:27 AM by jreklund.)
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?
Posts: 1,404
Threads: 3
Joined: Aug 2017
Reputation:
39
07-25-2020, 07:52 AM
(This post was last modified: 07-25-2020, 07:52 AM by jreklund.)
Yep, how would you else get the new files, if they never where downloaded?