murph-doc/docs/crud/index.md

20 lines
362 B
Markdown
Raw Permalink Normal View History

2021-05-30 23:00:08 +02:00
# CRUD
2021-05-31 16:30:46 +02:00
Murph helps you to manage specific entities with a CRUD manager:
* **C**reate entities
* **R**ead (Show) entities
* **U**pdate entities
* **D**elete entities
You can configure almost anything:
* How to list entities:
* Information to show
* Available actions
* Filters
* Sorting
* ...
* How to show an entity
* How to create and update an entity