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

Decouple logic from actual autoloader class filesystem location #5

Open
austinpray opened this issue Jun 9, 2019 · 0 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@austinpray
Copy link
Collaborator

It seems that a lot of the logic relies on the autoloader living in the mu-plugins dir. Since this is just a regular composer library we need to ensure that the relevant locations are passed in as params

$this->relativePath = '/../' . basename(__DIR__);

roots/bedrock#299 (comment)

@austinpray austinpray added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 9, 2019
@austinpray austinpray changed the title Decouple logic from actual autoloader class location Decouple logic from actual autoloader class filesystem location Jun 9, 2019
@austinpray austinpray added this to the 2.0.0 milestone May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant