alpixel / AlpixelSeoBundle

MIT License
0 stars 1 forks source link

The service "alpixel_seo.helper" has a dependency on a non-existent parameter "enabled_locales". #9

Open pije76 opened 7 years ago

pije76 commented 7 years ago

Error message "The service "alpixel_seo.helper" has a dependency on a non-existent parameter "enabled_locales" when I run php bin/console doctrine:schema:update --force --dump-sql

AlexBDev commented 7 years ago

You need to provide an array of available locales in your parameters.yml.

Example:

parameters:
    enabled_locales:
        - fr
        - en