On the symfony blog there's a recent post looking at a new bit of functionality in the 1.3 series of the framework - the ability to customize some things about project creation.
As you might know, symfony tasks are classes. As any other class, it is pretty easy to customize and extend the existing tasks; except for one of them: the generate:project task.
That's because no project exists when you execute this task, and so there is...
Post new comment