This piece of code was from an example at heroku. But except the route /, anything else I add does not work. It shows 404: The requested URL /e was not found on this server. $app->match(‘/’, …
Tag: silex
Doing a “composer install” inside a Symfony console
I have to launch inside a working directory a composer install after a jQuery success (I’m developing a git panel under Silex). I have been told it could be well done with Symfony Console, because it can keep some options. But I have really no idea how to call it. I created a class which extends Command, I think I