Skip to content

Commit

Permalink
Fix travis badge and add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickselby committed Mar 3, 2017
1 parent 9669252 commit efb3ce7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Laravel Auto Presenter Mapper
=============================

[![Build Status](https://img.shields.io/travis/laravel-auto-presenter/laravel-auto-presenter/master.svg?style=flat-square)](https://travis-ci.org/laravel-auto-presenter/laravel-auto-presenter)
[![Build Status](https://img.shields.io/travis/rickselby/laravel-auto-presenter-mapper/master.svg?style=flat-square)](https://travis-ci.org/rickselby/laravel-auto-presenter-mapper)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

This is an extension to the excellent [laravel-auto-presenter](https://github.com/laravel-auto-presenter/laravel-auto-presenter)
that allows you to define presenters in a service provider or on-the-fly, rather than directly on the model.

## Installing

(full details to follow)
Require the project using [Composer](https://getcomposer.org):

```bash
$ composer require rickselby/laravel-auto-presenter-mapper
```

You should only add this service provider, not the original `laravel-auto-presenter` service provider, as this one
extends it.
Expand Down

0 comments on commit efb3ce7

Please sign in to comment.