From 597ab1baee4def61fc634ce311346987f0f10ad0 Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Sat, 28 Mar 2015 12:03:20 +0100 Subject: [PATCH] Add link to my profile and remove one entry from the roadmap --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 62cbd62..ca83a47 100644 --- a/README.md +++ b/README.md @@ -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 @@ -177,7 +177,6 @@ $user->slug = 'Awesome package!'; // Will set 'awesome-package' ``` # 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!