-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System path incorrect #1
Comments
I believe this is still valid. |
See comment for closed PR |
The issue is that both appstarter and devstarter are receiving the same Config/Paths.php, but the former uses the released framework as a dependency ( |
I have updated app/Config/Paths.php in the devstarter. |
Great! Thank you for addressing that. |
I thought I'd try switching one of my 4.0.0-beta3 apps over to the dev branch so I'd have something to test on with the latest changes. After firing this up based on the user docs (
composer create-project codeigniter4/devstarter -s dev
) I found that it wasn't working. First issue is that$systemDirectory
is pointing at where it should be for the AppStarter (vendor/codeigniter4/framework
) instead of for the VCS-defined repo (vendor/codeigniter4/codeigniter4
). This appears to be a file that is synced with AppStarter so I'm not sure how to go about excluding it, but the actual change is minor.EDIT: Should have specified,
$systemDirectory
in app/Config/Paths.phpThe text was updated successfully, but these errors were encountered: