Skip to content
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

location of composer.json #476

Open
marcus-at-localhost opened this issue Jul 6, 2018 · 1 comment
Open

location of composer.json #476

marcus-at-localhost opened this issue Jul 6, 2018 · 1 comment

Comments

@marcus-at-localhost
Copy link
Contributor

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.

@marcus-at-localhost
Copy link
Contributor Author

Hey, I just played with the dev version and in e0dbbc7 you moved composer.json one level up, but it should be one level down, not?

$config['composer_autoload'] = TRUE; expects autoload.php here: APPPATH.'vendor/autoload.php'

APPPATH = '/fuel/application/'

So composer.json should be moved to /fuel/application/composer.json

daylightstudio pushed a commit that referenced this issue Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant