I have been using Symfony since the start of the 3.x era, and am looking to create new sites on 4.x. It seems OK at first glance (just looking at the demo site), however, I'm not liking the idea of webpack encore.
When I installed the demo, it has issues as links are screwed up due to the sub-folder the project is in. I found out this is because I need to update settings in webpack encore, however, I can not deploy the changes as I do not have node.js installed, I run apache.
Most cpannel hosting currently does not support node.js, so it seems silly to have a reliance on node.js! I know I can do the deploy on a local server and then just send the deployed version up to the online server, but that can just be asking for problems, I want to do all development in an environment similar to the production environment.
Because of this I am looking at options in Symfony 4 to do asset management that will not need another server environment like node.js (or even yarn). I used assetic in the past, but support for it in Symfony 4 has been dropped. I want something that is easy to set up and use.