You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app/console exists in the repository, but symfony/console is not being installed after running composer install. Nor is symfony/finder (required by the Bundle class) or symfony/process (required by the server:run command). Possibly more.
The text was updated successfully, but these errors were encountered:
I've updated the edition to Symfony 3 and the new directory structure, and I took the opportunity to add symofny/console, symofny/finder and symfony/yaml.
I've then created a new route and given it a try and all went well. I guess all those extra dependencies are actually optional (e.g. if you want to use the server:run command you need to install symfony/process).
app/console
exists in the repository, butsymfony/console
is not being installed after runningcomposer install
. Nor issymfony/finder
(required by the Bundle class) orsymfony/process
(required by the server:run command). Possibly more.The text was updated successfully, but these errors were encountered: