4

I try to install Sylius ResourceBundle on my project but when i run my symfony project, i get this error :

Class 'Sylius\Bundle\TranslationBundle\DependencyInjection\AbstractTranslationExtension' not found

I can't find Sylius TranslationBundle .

How can i fix it ?

Amir
  • 43
  • 5

2 Answers2

3

There is a bug in version 0.13. You probably want to use version 0.12 until the new one is more stable. Otherwise install the edge version (replace "~0.13.*" with "dev-master" in your composer.json file) and hope for the best.

ggioffreda
  • 650
  • 6
  • 11
2

This is fixed in the 0.14@dev.

Arnaud L
  • 21
  • 1