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
If $config['composer_autoload'] = TRUE; expects autoload.php in application/vendor/, why is composer.json outside of said /application folder?
Now I have to set $config['composer_autoload'] = APPPATH. '/../vendor/autoload.php'; explicitly.
The text was updated successfully, but these errors were encountered:
If
$config['composer_autoload'] = TRUE;
expectsautoload.php
inapplication/vendor/
, why is composer.json outside of said /application folder?Now I have to set
$config['composer_autoload'] = APPPATH. '/../vendor/autoload.php';
explicitly.The text was updated successfully, but these errors were encountered: