Victor Bocharsky

Results 49 comments of Victor Bocharsky

Do you have a good use case for this? Please, feel free to share

Try to run these commands: ``` $ bin/console assets:install $ yarn install $ yarn dev ``` If still not work, I'd recommend you to remove the repo and follow the...

Hm, but this project does not provide any Docker configuration out of the box IIRC. Did you write that Docker setup yourself? If so, then in that case you're responsible...

Hm, I can't reproduce this... my steps were: 1. symfony new --demo my_project/ 2. cd my_project/ 3. symfony serve 4. Open https://127.0.0.1:8000/ Styles are OK to me after this. Do...

I suppose we need to leverage `LogoutUrlGenerator::getLogoutPath()` in that spot too, which should fix the problem. Could you try this and probably create a PR?

While images look reasonable for me, I'm against web fonts. Really, there's nothing related to Symfony except using `asset()` Twig function to build proper paths. What about `asset()` function itself...

As always, it depends on your use cases. If there's a bundle that fits your needs - use it as it's a ready-to-use solution, make even more sense if it's...

~~Probably because best practice - does not use migrations in production~~ Sorry, I wrote something weird

Sorry guys, somehow I was thinking about "fixtures" instead of "migrations". Of course, migrations sound totally great for production πŸ‘

Thanks for this suggestion! I *think* (if I understand you right) that you can easily achieve this behavior in your application with the [PropertyAccess](http://symfony.com/doc/current/components/property_access.html) - a standalone Symfony component. For...