
I encounterd this trouble while trying to install Urlizer (as it was suggested here: symfonycasts.com) and ended up with an error.
I used this command:
$ composer require gedmo/doctrine-extensions
.. got this error:
.. and subsequently got this error in Symfony:
Attempted to load class "WebProfilerBundle" from namespace
"SymfonyBundleWebProfilerBundle". Did you forget a "use" statement
for another namespace?
It seems that composer somehow deleted the whole web-profiler-bundle directory..
Is there any easy way to fix this?
Source: Symfony Questions
Was this helpful?
0 / 0