Running multiple projects with one installation #302
Unanswered
truefantomas
asked this question in
Q&A
Replies: 2 comments 5 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
-
Change the value for COMPOSER_PATH in defined('COMPOSER_PATH') || define('COMPOSER_PATH', ROOTPATH . 'vendor/autoload.php'); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WORKS: shield and settings and framework
appstarter/
...app/
...public/
...vendor/codeigniter4/(framework, settings and shield)
NOT WORK: settings and shield
vendor/codeigniter4/(settings and shield)
appstarter/
...app/
...public/
WORKS: shield and settings and framework
vendor/codeigniter4/
appstarter/
...app/
...public/
...vendor/codeigniter4 (folder copy)
I don't think it should be like this
Beta Was this translation helpful? Give feedback.
All reactions