WingZero
Results
2
comments of
WingZero
I got the same error ``` PHP Fatal error: Interface 'Symfony\\Component\\HttpKernel\\Log\\LoggerInterface' not found in MyWebRoot/vendor/symfony/monolog-bridge/Logger.php on line 23 ```
It seems that it is missing the symfony component in composer.json. I tried to add an entry `"symfony/symfony": "2.7.*"` in composer.json, the dependence issues is fixed. But the routing is...