From 84851c9b5dd03fd2dcd9d0b164e68c203d5521c5 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 11 Feb 2014 17:45:00 -0500 Subject: [PATCH] Removed Illuminate from components listing While they are technically available as separate components, the level of coupling is so incredibly high that one is not usually usable without multiple others - with the only exception here being illuminate\database. Until the others are packaged up in a way that makes them usable, with documentation on how to use them solo of Laravel, then these cannot realistically be considered as reusable components, regardless of anyones wishful thinking (my own included). --- _posts/13-03-01-Components.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_posts/13-03-01-Components.md b/_posts/13-03-01-Components.md index e29a3ca..2128d8b 100644 --- a/_posts/13-03-01-Components.md +++ b/_posts/13-03-01-Components.md @@ -21,6 +21,5 @@ just another repository for reusable components: [fuelval]: https://github.com/fuelphp/validation * [Aura](http://auraphp.github.com/) -* [FuelPHP (2.0 only)](https://github.com/fuelphp) -* [Laravel's "Illuminate Components"](https://github.com/illuminate) +* [FuelPHP](https://github.com/fuelphp) * [Symfony Components](http://symfony.com/doc/current/components/index.html)