Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Mar 25, 2015
1 parent 276eec7 commit 6dd9675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Phoenix Eloquent Meta

[![Latest Version](https://img.shields.io/github/release/phoenix-labs/eloquent-meta.svg?style=flat-square)](https://github.com/phoenix-labs/eloquent-meta/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/phoenix-labs/eloquent-meta/master.svg?style=flat-square)](https://travis-ci.org/phoenix-labs/eloquent-meta)
[![Coverage Status](https://coveralls.io/repos/phoenix-labs/eloquent-meta/badge.svg?branch=master)](https://coveralls.io/r/phoenix-labs/eloquent-meta?branch=master)

This package was originally forked from the excellent **[ScubaClick Meta](https://github.com/ScubaClick/scubaclick-meta)**. It includes a trait and model to attach meta data to [Laravel's](http://laravel.com/) [Eloquent models](http://laravel.com/docs/eloquent). The project was forked in order to add a way to set a default return for getMeta() if nothing was set. It also allows the developer to create seperate database tables for different meta types (e.g. user_meta, profile_meta, etc).

##### Stable Version: 1.4.* works with Laravel 5.* or independently. Pulls Eloquent in automatically.
Expand Down

0 comments on commit 6dd9675

Please sign in to comment.