We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current autoloader is brute-forcing its way through PHP files.
As Composer autoloader is already included @joshcanhelp please consider using it for loading all our classes with "classmap"
"classmap"
May I send a PR?
The text was updated successfully, but these errors were encountered:
As long as it's not a breaking change, that would be great!
Sorry, something went wrong.
@joshcanhelp Done in 16 lines.
Successfully merging a pull request may close this issue.
Description
The current autoloader is brute-forcing its way through PHP files.
Suggestion
As Composer autoloader is already included
@joshcanhelp please consider using it for loading all our classes with
"classmap"
May I send a PR?
The text was updated successfully, but these errors were encountered: