Skip to content

Commit

Permalink
Merge pull request #3 from RomainLanz/patch-1
Browse files Browse the repository at this point in the history
Add link to my profile and remove one entry from the roadmap
  • Loading branch information
jarektkaczyk committed Mar 28, 2015
2 parents 9a44f79 + 597ab1b commit 705b1c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Useful extensions for the Eloquent ORM.

:construction: **WIP** currently only `Mappable` (inspired by @RomainLanz) and `Formattable`
:construction: **WIP** currently only `Mappable` (inspired by [@RomainLanz](https://github.com/RomainLanz)) and `Formattable`
If you want to know more about new extensions you can check our [Roadmap](#roadmap)!

# Table of Contents
Expand Down Expand Up @@ -177,7 +177,6 @@ $user->slug = 'Awesome package!'; // Will set 'awesome-package'
```

# <a name="roadmap"></a>Roadmap
- [ ] ~~Set validation rules directly on the model. [Ardent](https://github.com/laravelbook/ardent)~~
- [ ] Set relations on an array. (e.g. `protected $relations = ['profile' => 'has_one'];`)

...and much more to come soon!

0 comments on commit 705b1c1

Please sign in to comment.