https://github.com/friendsofcake/crud-view
CakePHP: Automated admin backend based on your CRUD configuration
https://github.com/friendsofcake/crud-view
admin-ui cakephp cakephp-plugin crud php
Last synced: about 1 month ago
JSON representation
CakePHP: Automated admin backend based on your CRUD configuration
- Host: GitHub
- URL: https://github.com/friendsofcake/crud-view
- Owner: FriendsOfCake
- License: mit
- Created: 2013-10-26T16:21:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T12:39:58.000Z (2 months ago)
- Last Synced: 2025-05-16T05:07:32.260Z (about 1 month ago)
- Topics: admin-ui, cakephp, cakephp-plugin, crud, php
- Language: PHP
- Homepage: https://crud-view.readthedocs.io/en/latest/
- Size: 2.57 MB
- Stars: 51
- Watchers: 10
- Forks: 41
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/FriendsOfCake/crud-view/actions?query=workflow%3ACI+branch%3Amaster)
[](https://packagist.org/packages/FriendsOfCake/crud-view)
[](https://packagist.org/packages/FriendsOfCake/crud-view)
[](https://readthedocs.org/projects/crud-view/?badge=latest)# Crud View
Automated admin backend based on your [Crud](https://github.com/friendsofcake/crud) configuration.
# Installation
```shell
composer require friendsofcake/crud-view
```## Documentation
You can find detailed usage documentation [here](https://crud-view.readthedocs.io/en/latest/).
# Bugs
If you happen to stumble upon a bug, please feel free to create a pull request with a fix
(optionally with a test), and a description of the bug and how it was resolved.You can also create an issue with a description to raise awareness of the bug.