We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
"First, download symfony and place it into a vendor/symfony/ directory." This is not at all clear. We just need to extract it somewhere.
Next the autoloader example has a line 'Symfony' => DIR.'/vendor/symfony/src',
It does not seem to work. After changing it to 'Symfony' => DIR.'/**../**vendor/symfony/src' it seems to work.
The text was updated successfully, but these errors were encountered:
fixed typo in autoload config for issue #904
2e75b51
No branches or pull requests
"First, download symfony and place it into a vendor/symfony/ directory."
This is not at all clear. We just need to extract it somewhere.
Next the autoloader example has a line
'Symfony' => DIR.'/vendor/symfony/src',
It does not seem to work. After changing it to
'Symfony' => DIR.'/**../**vendor/symfony/src'
it seems to work.
The text was updated successfully, but these errors were encountered: