Sylius / PluginSkeleton

Skeleton for starting Sylius plugins.
https://sylius.com/plugins/
73 stars 63 forks source link

NelmioAliceBundle not found when trying to install assets #90

Closed jesperveldhuizen closed 6 years ago

jesperveldhuizen commented 6 years ago

When trying to install the plugin skeleton we get an error from the Nelmio Alice bundle.

Command: (cd tests/Application && bin/console assets:install web -e test)

Error:

PHP Fatal error:  Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "NelmioAliceBundle" from namespace "Nelmio\Alice\Bridge\Symfony".
Did you forget a "use" statement for another namespace? in /Users/*/projects/syliusplugin/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Application/Kernel.php:103
pamil commented 6 years ago

Should be solved by the most recent releases :)

lchrusciel commented 6 years ago

I can confirm. Fixed.