Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 2, 2015
1 parent 19c40c0 commit d7c2bc9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Crud View
=========
[![Build Status](https://img.shields.io/travis/FriendsOfCake/crud-view/master.svg?style=flat-square)](https://travis-ci.org/FriendsOfCake/crud-view)
[![Coverage Status](https://img.shields.io/coveralls/FriendsOfCake/crud-view.svg?style=flat-square)](https://coveralls.io/r/FriendsOfCake/crud-view?branch=master)
[![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 configuration.

This project is in early stage of development, do not use it production unless you want to get down and dirty on the code :)

Documentation
=============
## Documentation

You can find the WIP detailed usage documentation [here](http://crud-view.readthedocs.org/en/latest/).

Quick Start
===========
### Quick Start

1) Install the plugin using `composer require --prefer-dist friendsofcake/crud-view:dev-master`.

Expand All @@ -24,8 +28,7 @@ Quick Start

6) Hopefully going to ``/<your controller with crud enabled/`` should just work.

Example controller
==================
### Example controller

```php
<?php
Expand Down

0 comments on commit d7c2bc9

Please sign in to comment.