-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[task] generate:project command is broken #341
Comments
It seems to work with Anyway, I agree that having it shipped with the framework doesn't quite make sense, although I'm partial as I only use Propel with symfony1. Having it in a separate package would also facilitate upgrading one separate from the other. That said, I'm not sure how much work it be to do that. Perhaps a easier route on the short term could be to have it run out of the |
@mentalstring It does not seem very complicated. My biggest dilemma is how to do the separation: actually, or in a subtree layout, as the symfony does. I have similar problems with swiftmailer. Currently the install looks like this:
I only wanted one thing out of this. The rest are added because of swiftmailer. |
Although it is not recommended to create a new project based on symfony1, it may sometimes be necessary to build a symfony1 project from scratch.
For a completely empty project, the
project:generate
command does not work.Error:
Code fragment causing the error:
symfony1/lib/plugins/sfDoctrinePlugin/config/sfDoctrinePluginConfiguration.class.php
Lines 35 to 38 in 50c946b
Reproduction steps:
We should check if the doctrine plugin can be detached from the project and moved to a separate repo.
The text was updated successfully, but these errors were encountered: