Tagged Questions
1
vote
0answers
179 views
Symfony 2.1-x / Composer ErrorException with DoctrineBundle
* Update: the issue could be resolved by reducing the Directory depth *
I've tried to install the latest Symfony version (2.1.6, 2.1.5, 2.1.x-dev) via the recommended way using composer but it always ...
0
votes
1answer
210 views
Silex custom class structure and loading
I'm building an app using Silex (the micro-framework).
As my app are growing in size and the need of using the same code in several routes rises, I want to organise everything a little more..
My ...
1
vote
1answer
187 views
Doctrine 1 installed with Composer is not working
I'm trying to integrate Composer into an older PHP app which is running on a server that only supports 5.2. The app was written with Zend Framework 1 and Doctrine 1. After performing the relevant ...
1
vote
1answer
909 views
Symfony 2.1 doctrine fixtures installation
I am using latest symfony 2.1 and trying to install the doctrine fixture bundle.
I followed the instructions listed here.
Install composer and git as well. But now when I am trying to update the ...