Skip to content

Instantly share code, notes, and snippets.

@AhmedSamy
Created March 14, 2014 13:09
Show Gist options
  • Save AhmedSamy/9547366 to your computer and use it in GitHub Desktop.
Save AhmedSamy/9547366 to your computer and use it in GitHub Desktop.
Refresh doctrine odm
mongoc ()
{
php app/console doctrine:mongodb:cache:clear-metadata;
php app/console doctrine:mongodb:mapping:info;
php app/console doctrine:mongodb:generate:hydrators;
php app/console doctrine:mongodb:generate:proxies
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment