You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe Jim had left those other directories in place so that you could easily reference them to copy any changed files over. They do not conflict with operations.
It's not a bug, and might be behavior that will change at some point, but not immediately. We have had discussions recently about this. Thanks for bringing it up.
agree with @atishamte, @lonnieezell yes is not conflict with operations, but why not deleted ? Codeigniter4/framework just need core system, folder like app, public, writeable etc is junk.
CI installed using this command
composer create-project codeigniter4/appstarter -s rc --no-dev
I have gone through the released version of appstarter and found the dependency hierarchy is pretty weird like,
We can directly have the content inside of "appstarter\vendor\codeigniter4\framework\system" to "appstarter\vendor\codeigniter4".
This will only hold the core framework, not the other inappropriate things like app, public, writable,
The text was updated successfully, but these errors were encountered: