From 355ee80ee25161e50ee0526d380ae1f58c842758 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Thu, 13 Feb 2014 20:08:28 -0500 Subject: [PATCH] Change Laravel component link to point directly to Laravel ORM as suggested by Taylor Otwell Other Laravel components, like Queue, will be refactored and componetized soon --- _posts/13-03-01-Components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/13-03-01-Components.md b/_posts/13-03-01-Components.md index 607b740..94f4f62 100644 --- a/_posts/13-03-01-Components.md +++ b/_posts/13-03-01-Components.md @@ -22,6 +22,6 @@ just another repository for reusable components: * [Aura](http://auraphp.github.com/) * [FuelPHP](https://github.com/fuelphp) -* [Laravel's "Illuminate Components"](https://github.com/illuminate) +* [Laravel's Eloquent ORM](https://github.com/illuminate/database) * [Symfony Components](http://symfony.com/doc/current/components/index.html) * [The League of Extraordinary Packages](http://thephpleague.com/)