Your 2 minute Symfony2 Command Line tutorial

preview_player
Показать описание

In this video you will learn the basics of how to use the Symfony 2 console to get stuff done.

Routing? Services? Clearing the cache? It's all part and parcel of your daily dev duties, so if you're new or you want a quick refresher, there is no better way to spend the next two minutes of your life :)

Рекомендации по теме
Комментарии
Автор

If you want to save even more keystrokes you can drop the 'php'.  And if you just type 'app/console' it'll give you the list as the default action.

Jonforest
Автор

Just to make it bit more up to date: in Symfony 3 the commands changed (mind a different `console` location as well):
`bin/console debug:container`
`bin/console debug:router`

cprn.