Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T12:47:05.000Z (10 days ago)
- Last Synced: 2024-12-15T05:04:30.502Z (8 days ago)
- Topics: admin-ui, cakephp, cakephp-plugin, crud, php
- Language: PHP
- Homepage: https://crud-view.readthedocs.io/en/latest/
- Size: 2.57 MB
- Stars: 50
- Watchers: 11
- Forks: 40
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/github/actions/workflow/status/FriendsOfCake/crud-view/ci.yml?branch=master&style=flat-square)](https://github.com/FriendsOfCake/crud-view/actions?query=workflow%3ACI+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/FriendsOfCake/crud-view.svg?style=flat-square)](https://packagist.org/packages/FriendsOfCake/crud-view)
[![Latest Stable Version](https://img.shields.io/packagist/v/friendsofcake/crud-view.svg?style=flat-square)](https://packagist.org/packages/FriendsOfCake/crud-view)
[![Documentation Status](https://readthedocs.org/projects/crud-view/badge/?version=latest&style=flat-square)](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.