ywoume / imkcrudbundle
Crud Process simplify bundle
Installs: 122
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ywoume/imkcrudbundle
Requires
- php: ^7.1.3
- doctrine/orm: *
- symfony/form: *
This package is auto-updated.
Last update: 2025-09-29 02:21:35 UTC
README
composer require ywoume/imkcrudbundle
Copy and paste this in your terminal.
2 - Charge in symfony
in Bundles.php
add this line
// file: config/bundle.php ImkCrudBundle\ImkCrudBundle::class => ['all' => true],
#3 - Configuration
add imk_crud.yaml in packages/ folders
and paste this inside imk_crud: ~
default configuration
This is an example default configuration form an entity
imk_crud: entity: - Users: crud: true create: true read: true list: true delete: true update: true