Top "Sylius" questions

Sylius is a open sourced PHP ecommerce solution based on Symfony and developed by community and the Lakion company.

Yarn install command error No such file or directory: 'install'

I am installing sylius bundle and while install sylius I need to run yarn install So While i run command …

ubuntu ubuntu-14.04 sylius yarnpkg
Symfony 2 Form error "This form should not contain extra fields." when submitting a form

I am submitting a form and handling it in the Sylius ResourceController which submits the form and validates it. This …

php forms symfony sylius php-5.6
Composer: PHP Fatal error: Out of memory || Setting memory_limit doesn't work

When I'm trying to install a new bundle with composer, I'm always running into this problem: PHP Fatal error: Out …

php symfony composer-php sylius
Class does not implement "Symfony\Component\Form\FormTypeInterface" in Sylius

We are trying to extend from CustomerProfileType and we are getting error like: { "code": 500, "message": "Could not load type "abc\…

symfony sylius