Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andersao committed Apr 4, 2015
1 parent 377c69e commit fc5d7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Laravel 5 Repositories is used to abstract the data layer, making our applicatio
- <a href="#presenters">Presenters</a>
- <a href="#fractal-presenter">Fractal Presenter</a>
- <a href="#create-a-presenter">Create a Fractal Presenter</a>
- <a href="#implement-interface">Model Transformable</a>
- <a href="#enabling-in-your-repository-1">Enabling in your Repository</a>

## Installation
Expand Down Expand Up @@ -105,6 +106,10 @@ php artisan vendor:publish --provider="Prettus\Repository\Providers\RepositorySe

- apply($model, RepositoryInterface $repository);

### Prettus\Repository\Contracts\Transformable

- transform();

## Usage

### Create a Model
Expand Down
2 changes: 2 additions & 0 deletions migration-to-2.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Laravel 5 Repositories

[![Analytics](https://ga-beacon.appspot.com/UA-61050740-1/l5-repository/migration-to-2.0)](https://packagist.org/packages/prettus/l5-repository)

## Migrate from version 1.0 to 2.0

### Registering the model's repository
Expand Down

0 comments on commit fc5d7ef

Please sign in to comment.