https://github.com/softspring/crudl-controller
A CRUD+list helper library for Symfony
https://github.com/softspring/crudl-controller
component symfony
Last synced: about 1 year ago
JSON representation
A CRUD+list helper library for Symfony
- Host: GitHub
- URL: https://github.com/softspring/crudl-controller
- Owner: softspring
- License: agpl-3.0
- Created: 2022-03-31T23:11:30.000Z (about 4 years ago)
- Default Branch: 5.5
- Last Pushed: 2025-03-21T13:13:07.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:03:11.580Z (about 1 year ago)
- Topics: component, symfony
- Language: PHP
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crudl Controller





[](https://github.com/softspring/crudl-controller/actions/workflows/ci.yml)

This component provides an easy CRUD+List (CRUDL from now on) feature for any doctrine entity you want to manage in your
Symfony projects.
## Table of contents
- [1. Installation](docs/1_installation.md)
- [2. Structure](docs/2_structure.md)
- [3. Manager configuration](docs/3_manager.md)
- [4. Controller configuration](docs/4_controller.md)
- [5. Full example](docs/5_full_example.md)
## License
This package is free and released under the [AGPL-3.0 license](LICENSE).