From f619846780e3113557051b7f600c11923cc2be97 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Sat, 15 Feb 2014 09:47:06 -0500 Subject: [PATCH] Add Laravel Illuminate Queue component to component list --- _posts/13-03-01-Components.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_posts/13-03-01-Components.md b/_posts/13-03-01-Components.md index 1bfbe8f..0a39967 100644 --- a/_posts/13-03-01-Components.md +++ b/_posts/13-03-01-Components.md @@ -24,7 +24,9 @@ just another repository for reusable components: * [FuelPHP](https://github.com/fuelphp) * [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 + * [Eloquent ORM](https://github.com/illuminate/database) + * [Queue](https://github.com/illuminate/queue) -_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._ +_Laravel's [Illuminate components](https://github.com/illuminate) will become better decoupled from the Laravel framework. +For now, only the components best decoupled from the Laravel framework are listed above._