Lakion/Lionframe

Installation fatal error

Closed this issue · 4 comments

When you install lionframe using

php composer.phar create-project lakion/lionframe path/to/install

or

php composer.phar install

you get a fatal error

PHP Fatal error: Class 'Sylius\Bundle\TranslationBundle\DependencyInjection\AbstractTranslationExtension' not found in vendor/sylius/resource-bundle/DependencyInjection/SyliusResourceExtension.php on line 28

@leettastic did you see smth like this #12 ?

@hanovruslan yes, exactly the same error. I checked on few computers and got the same issue.

@leettastic

put this full set of (required for REST) sylius bundles in your composer.json

        "sylius/resource-bundle": "0.14.*@dev",
        "sylius/resource": "0.14.*@dev",
        "sylius/storage": "0.14.*@dev",
        "sylius/translation-bundle": "0.14.*@dev",
        "sylius/translation": "0.14.*@dev",

Should be fixed in v0.2.0!