petkopara / PetkoparaCrudGeneratorBundle

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
MIT License
70 stars 17 forks source link

Create, Edit, Delete buttons not found #42

Closed devkbsc closed 7 years ago

devkbsc commented 7 years ago

Hello, After a crud generation, i couldn't find the these following buttons on seeing the examples in your documentation on this page

https://github.com/petkopara/PetkoparaCrudGeneratorBundle

I couldn't display the screen capture here! so i share the link of my drive

https://drive.google.com/file/d/0B-ObBUQB7TeIUzlyRzZ3dXA1S2s/view?usp=sharing

Did i miss anything?

petkopara commented 7 years ago

Hi @devkbsc, From the shared image looks like you run the generator with the option --without-write, so the code for write actions is not generated.

devkbsc commented 7 years ago

Exactly! It works now! thanks a lot!