Hi,
I just used "Get Started" tutorial and put:
composer create-project sonata sonata-project/sandbox:2.3.x-dev
Command to my CLI and that's it :) After installation was completed I get the error (on clear cache) that "knp_paginator.helper.processor has a dependency on a non-existing service templating.helper.router" and an error mentioned before on first try to run sonata on my localhost env.
Ofc with a massive amount of warning that says that some functions will be removed in Symfony 3.0 but those can be ignored as Sonata will probably use Symfony 2.* for a longer period of time :)
Shall I then use some older version of Sonata (>2.3) or just get through every single dependency and check it for PHP req. ?
I am fresh in this subject because so far I used mostly ZF2 and Laravel 3/4/5 and I didn't have so many troubles with starting up the project (even with many dependencies because they were very well optimized for a project).