softspring / crudl-bundle
A CRUD+list helper bundle.
Installs: 9 532
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-bundle
Requires
- php: >=7.4
- softspring/core-bundle: ^4.0
Requires (Dev)
- doctrine/orm: ^2.5
- friendsofphp/php-cs-fixer: ^3.3
- phpunit/phpunit: 8.5.*
- symfony/console: ^4.4 || ^5.3 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.3 || ^6.0
- symfony/form: ^4.4 || ^5.3 || ^6.0
- symfony/framework-bundle: ^4.4 || ^5.3 || ^6.0
- symfony/twig-bridge: ^4.4 || ^5.3 || ^6.0
- symfony/yaml: ^4.4 || ^5.3 || ^6.0
- twig/twig: ^2.0
Suggests
- javihgil/doctrine-pagination-bundle: Paginate doctrine repositories easily.
Conflicts
README
Introduction
This tool aims to provide an easy CRUD+List (CRUDL from now on) feature for any doctrine entity you want to manage.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute:
$ composer require softspring/crudl-bundle
Documentation
License
This library is released under the MIT license. See the included LICENSE file for more information.