propelorm / PropelBundle

PropelBundle for Symfony.
http://propelorm.org/Propel/documentation/#working-with-symfony2
180 stars 156 forks source link

support bundle-less schema file #458

Closed gharlan closed 7 years ago

gharlan commented 7 years ago

With symfony/flex you create usually bundle-less applications. With this PR the propel-bundle also looks in configured schemaDir for a schema file.

But I'm not sure if it is the best way to solve this.

closes #330, closes #446

marcj commented 7 years ago

Well, looks good to me. Thanks!