I have started to learn symfony and I am a little bit confused. In 'practical symfony' they explain symfony doctrine:build --model
, symfony doctrine:build --sql
and symfony doctrine:insert-sql
but then they mention symfony doctrine:build -all
without explaining what tasks are included in this command.
Could anybody advice me?
build --all
includes
--model Build model classes
--forms Build form classes
--filters Build filter classes
--sql Build SQL
--db Drop, create, and either insert SQL or migrate the database