Skip to content

Bug: Difficult architecture of the codeigniter4 project #2602

Description

@atishhamte

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,

  1. appstarter has a vendor directory
  2. It has codeigniter4/framework directory
  3. Inside this, again the entire CI hierarchy is present like, app, public, writable, system folder which is identical to appstarter directory structure

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugVerified issues on the current code behavior or pull requests that will fix them

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions