When going to /post-create the post and category are getting created correctly with the associated category id.
After the creation, going to /post returns me the following error:
Doctrine\Common\Proxy\AbstractProxyFactory::getProxyDefinition(): Failed opening required '/var/tmp/__CG__ModulesBlogEntitiesCategory.php' (include_path='/Users/nicolaswidart/Sites/Testing/DoctrineInLaravel/vendor/phpseclib/phpseclib/phpseclib:.:/Applications/MAMP/bin/php/php5.6.2/lib/php')
Any suggestions ? :)
Thanks!
Ahh right, yeah I see what you mean. Yeah it looks like Doctrine wants you to have all the proxies in the same location.