Skip to content

Commit

Permalink
Remove index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stidges committed Mar 12, 2014
1 parent cf086c6 commit ab96b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Laravel DB Normalizer

[![Build Status](https://travis-ci.org/stidges/laravel-db-normalizer.png?branch=master)](https://travis-ci.org/stidges/laravel-db-normalizer)

This [Laravel](http://www.laravel.com) package allows you to easily swap out your repository implementations, by providing a unified interface to your database layer results.
This [Laravel](http://www.laravel.com) package allows you to easily swap out your repository implementations, by providing a unified interface to your database results.

It intercepts your results and turns them into collections and entities. That way, whether you are using Eloquent, the Query Builder or any other implementation, the results will be the same!

Expand Down
34 changes: 0 additions & 34 deletions index.php

This file was deleted.

0 comments on commit ab96b3e

Please sign in to comment.