PetkoparaCrudGeneratorBundle icon indicating copy to clipboard operation
PetkoparaCrudGeneratorBundle copied to clipboard

Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.

Results 25 PetkoparaCrudGeneratorBundle issues
Sort by recently updated
recently updated
newest added

Hi!!!, Im new in symfony and I discover this amazing Bundle but I have a little problem and I don't know very well how can I fix it: Problem 1...

I want to search something,but PetkoparaCrudGeneratorBundle done by accurate search,So I konw how to do ,under these circumstances. I was saw code and document ,nothing found !

feature

I have error after of create crud to a entity, in method getTotalOfRecordsString: `An exception occurred while executing 'SELECT COUNT(p0_.id) etc.` I add $queryBuilder->resetDQLPart('orderBy') before call method getTotalOfRecordsString. This works...

Please I need to know how can I change the format shown in the datepicker of petkopara, the Format I need is dd-mm-yyyy and the language spanish, which files do...

Should be good to have all texts separated in a .yaml file for easy translation.

feature

Hello, I was working with you bundle yesterday with no problems. Today i installed using the same commands (composer) you are providing at the homepage and after visiting the designed...

bug

Hi there, I'm trying this bundle, it's really fit for me, but I have a problem in a spesific situation. If my entity has a extra namespace, it will generate...

Hello. I generated a CRUD for an entity with two fields and when I try to access the list it throws me the following error. `SQLSTATE[42803]: Grouping error: 7 ERROR:...

bug

The instruction for adding bootstrap theme causes an error: Invalid type for path twig.form_themese. Expected array, but got string I changed twig: form_themes: - 'bootstrap_3_layout.html.twig' to twig: form_themes: ['bootstrap_3_layout.html.twig'] which...

Hello, I have installed this search bundle. I created all the files which are necessary. But the example on the official documentation is not clear to me cause i am...