So, I've read through
and find myself need more help than above, Like, in doing Creating an admingenerator, we need proper config/yaml files, I know there's symfony2-admingenerator-demo-edition, but that's 9 years old, and was built for symfony2.
If I want to use the latest symfony, and start with very basic site, like
- Categories (eg, headphones, turntables)
- Products (they have a Category Foreign Key, eg to say what category this product belongs in).
- Products also an image field (path to image file).
How can I start please? (I've used Admin Generator before when symfony was 1.2)
So, I've read through
and find myself need more help than above, Like, in doing Creating an admingenerator, we need proper config/yaml files, I know there's symfony2-admingenerator-demo-edition, but that's 9 years old, and was built for symfony2.
If I want to use the latest symfony, and start with very basic site, like
How can I start please? (I've used Admin Generator before when symfony was 1.2)