Skip to content

Commit 146e6d1

Browse files
committedJun 22, 2014
Add badges to README file
1 parent 52bd1fe commit 146e6d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Laravel FK Migration
22
====================
33

4+
[![Latest Stable Version](https://poser.pugx.org/stidges/laravel-fk-migration/version.png)](https://packagist.org/packages/stidges/laravel-fk-migration) [![Total Downloads](https://poser.pugx.org/stidges/laravel-fk-migration/downloads.png)](https://packagist.org/packages/stidges/laravel-fk-migration) [![Build Status](https://travis-ci.org/stidges/laravel-fk-migration.svg?branch=master)](https://travis-ci.org/stidges/laravel-fk-migration) [![License](https://poser.pugx.org/stidges/laravel-fk-migration/license.png)](https://packagist.org/packages/stidges/laravel-fk-migration)
5+
46
This [Laravel](http://www.laravel.com) package provides a base migration for you to extend to easily create all your foreign keys. If you ever ran into the problem where you had to reorganize all your migrations due to failing foreign key constraints, this is the package for you!
57

68
## Getting Started

0 commit comments

Comments
 (0)
Failed to load comments.