matthiasnoback / high-quality-bundles-project

The "Symfony Standard Edition" adapted for my High Quality Bundles workshop
MIT License
22 stars 9 forks source link

Readme #1

Closed xtrasmal closed 9 years ago

xtrasmal commented 9 years ago

Hi Matthias,

Can you try following the readme and see where it takes you?

-edit- see comment below

hacfi commented 9 years ago

@xtrasmal Do you mean the numbering stops at 3 or what do you mean exactly??

xtrasmal commented 9 years ago

Sorry, I'll be more explicit. All the instructions after step 3 do not go like they say.

Problem1: Doctrine:schema:create tells me: No Metadata Classes to process.

Problem2: So then I've manually downloaded the zip file and did a composer update, but then it tells me I have required packages that do not have the required versions.

hacfi commented 9 years ago

@xtrasmal You seem to have used v0.1.0 which indeed doesn’t seem to work (you must have left out the dev-master of step 1). Try composer create-project matthiasnoback/high-quality-bundles-project bundle-project dev-master again.

@matthiasnoback Maybe release a new version so people don’t get an error (and the old symfony/symfony v2.4.5)!?

xtrasmal commented 9 years ago

...and maybe the amazing xtrasmal/TacticianBundle :dancers:

xtrasmal commented 9 years ago

@hacfi Thanks for the info. I'm doing the dev-master right now. It is really stupid, but if it works, then it is because the composer create-project ...etc field in the readme seems to have a hidden scrollbar. So the dev-master part is not visible :dancer:

hacfi commented 9 years ago

True! And the last version should work.

Already starred TacticianBundle and will give it a try within the next few weeks :)

xtrasmal commented 9 years ago

@hacfi :+1: the dev-master solved it. Got it all setup like the readme said. Have fun!

hacfi commented 9 years ago

@xtrasmal Great! Make sure to checkout the branches of this repo. Branch milan is the latest version afaik. I think master is just the starting point of his workshops and those branches show the final version after his refactoring (moving everything non-Symfony-specific out of the bundle).

@matthiasnoback Could be a good idea to explain the repo more in the README?

xtrasmal commented 9 years ago

I've got the master repo set up twice. One for the training next week and one which I will refactor myself, so I can compare my work against his teachings, if you know what I mean.

hacfi commented 9 years ago

Good..just wasn’t sure whether you were aware that master is the starting point and not the final result. His trainings are great..enjoy!!

matthiasnoback commented 9 years ago

Glad it works @xtrasmal Thanks @hacfi for helping out. I've added a note about this problem to the README.