Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.