-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Unable to load class "Symfony\Bundle\AsseticBundle\DefaultValueSupplier" #16367
Comments
Please ask support questions on stackoverflow. It looks like you might not have assetic bundle as a dependency in your composer.json. |
Yes, I haven't, because, as I wrote, I removed
|
@kniziol It just means that AsseticBundle isn't included by default in the Symfony Standard Edition but you are completely free to add it to your project. |
@xabbuh Thanks, it's one of possible solutions. Is there any doc describing why |
@kniziol You can read the discussion in the related pull request: symfony/symfony-standard#860 |
composer update
, Symfony 2.8.x-devI removed
new Symfony\Bundle\AsseticBundle\AsseticBundle()
because of error:PHP Fatal error: Class 'Symfony\Bundle\AsseticBundle\AsseticBundle' not found in .../app/AppKernel.php on line ...
The next error shows up:
Unable to load class "Symfony\Bundle\AsseticBundle\DefaultValueSupplier"
What should I do now?
The text was updated successfully, but these errors were encountered: