Skip to content

Commit

Permalink
Add build status
Browse files Browse the repository at this point in the history
  • Loading branch information
Laracasts committed Feb 26, 2015
1 parent f60a184 commit e0da058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Laravel 5 Extended Generators

[![Build Status](https://travis-ci.org/laracasts/Laravel-5-Generators-Extended.svg?branch=master)](https://travis-ci.org/laracasts/Laravel-5-Generators-Extended)

If you're familiar with my [Laravel 4 Generators](https://github.com/JeffreyWay/Laravel-4-Generators), then this is basically the same thing - just upgraded for Laravel 5.

L5 includes a bunch of generators out of the box, so this package only needs to add a few things, like:
Expand Down Expand Up @@ -208,4 +210,4 @@ class PostsTableSeeder extends Seeder {
}

}
```
```

0 comments on commit e0da058

Please sign in to comment.