Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit c9d3f68

Browse files
committed
Adding badges + horizontal line before docs
1 parent 9c12501 commit c9d3f68

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
#Ardent
22

3+
[![Total Downloads](https://poser.pugx.org/laravelbook/ardent/downloads.svg)](https://packagist.org/packages/laravelbook/ardent)
4+
[![Monthly Downloads](https://poser.pugx.org/laravelbook/ardent/d/monthly.png)](https://packagist.org/packages/laravelbook/ardent)
5+
[![Daily Downloads](https://poser.pugx.org/laravelbook/ardent/d/daily.png)](https://packagist.org/packages/laravelbook/ardent)
6+
7+
[![Latest Stable Version](https://poser.pugx.org/laravelbook/ardent/v/stable.svg)](https://packagist.org/packages/laravelbook/ardent)
8+
[![License](https://poser.pugx.org/laravelbook/ardent/license.svg)](https://packagist.org/packages/laravelbook/ardent)
9+
310
Self-validating smart models for Laravel Framework 4's Eloquent ORM.
411

512
Based on the Aware bundle for Laravel 3 by Colby Rabideau.
613

7-
Copyright (C) 2013 Max Ehsan <[http://laravelbook.com/](http://laravelbook.com/)>
14+
Copyright (C) 2013-2014 [Max Ehsan](http://laravelbook.com/) & [Igor Santos](http://www.igorsantos.com.br)
815

916

1017
## Installation
@@ -42,6 +49,7 @@ to your database, obviously):
4249
));
4350
```
4451

52+
------------------------------------------------------------------------------------------------------------
4553

4654
## Documentation
4755

0 commit comments

Comments
 (0)