sylius

install Sylius - symfony3 on Windows

佐手、 提交于 2019-12-05 06:59:08
问题 when i excecute this command php bin/console sylius:install i have this C:\wamp\www\p>php bin/console sylius:install Installing Sylius... , ,;:, `;;;.:` `::;` :` :::` ` .'++: ''. '. `::: :+',;+' :+; `+. :::: +' :' `+; `:::, '+` ++ :+.`+; `++. ;+' '' ,++++. ,:::` `++'. .+: `+' `+; .+, ;+ +' +; '' ::::` ,+++. '+` :+. `+; `+, ;+ +' '+. ,. .:::: .++` `+: +' `+; `+, ;+ +' `;++; `;;.:::` ::::: :+. '+,+. `+; `+, ;+ `+' .++ .;;;;;;::`.::::, +'` `++ `++' `+; `+: :+. `++' '. ;+ ,;;;;;;;;;::::: .+++++`

Why is sylius running so slow on local in dev?

自作多情 提交于 2019-12-04 08:41:15
问题 I followed sylius' install instructions for composer and got my local copy working. The issue is when I go to local/app_dev.php it takes an extremely long time to load, 12-18 seconds. however the profiler is showing a much faster time... Also the installation instructions don't explain how to get local/app.php working or a production environment. Any information would be helpful :). 回答1: First let me thank @Florian for his link and the nudge to get me digging a little :). When following the

Why is sylius running so slow on local in dev?

99封情书 提交于 2019-12-03 01:36:54
I followed sylius' install instructions for composer and got my local copy working. The issue is when I go to local/app_dev.php it takes an extremely long time to load, 12-18 seconds. however the profiler is showing a much faster time... Also the installation instructions don't explain how to get local/app.php working or a production environment. Any information would be helpful :). Kirill Fuchs First let me thank @Florian for his link and the nudge to get me digging a little :). When following the instructions on sylius' getting started page: $ wget http://getcomposer.org/composer.phar $

Sylius: Adding Translations for locale

浪尽此生 提交于 2019-12-02 18:58:14
问题 I'm using the Sylius/Sylius package for development and would like to serve my visitors with a Dutch interface. Not all strings are translated to Dutch, and some are done poorly. My question now is, without touching the Sylius bundles directly, what would be the best way to add/override translations? Because I want to re-use these translations I'm writing my own Sylius "wrapper", which in its current approach extends the Sylius bundles and have their own Resources/translations folder. For