From 20a1b136b8d766856011cf80c9c06d7cd8002612 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Thu, 13 Feb 2014 20:16:40 -0500 Subject: [PATCH] Clarify the Laravel Illuminate components with a message beneath the list of component libraries --- _posts/13-03-01-Components.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_posts/13-03-01-Components.md b/_posts/13-03-01-Components.md index 94f4f62..1bfbe8f 100644 --- a/_posts/13-03-01-Components.md +++ b/_posts/13-03-01-Components.md @@ -22,6 +22,9 @@ just another repository for reusable components: * [Aura](http://auraphp.github.com/) * [FuelPHP](https://github.com/fuelphp) -* [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/) +* [Laravel's Eloquent ORM](https://github.com/illuminate/database) + +_Laravel's [Illuminate components](https://github.com/illuminate) will eventually become better decoupled from the Laravel framework. +For now, only the Laravel Eloquent ORM component is listed._