From e857790e0f7df61d3f39be0e1fd33e60fe54f707 Mon Sep 17 00:00:00 2001 From: Chris smoak Date: Mon, 5 Oct 2015 09:16:11 -0400 Subject: [PATCH] Update 16-07-01-Components.md Adding Laravel IoC Container to decoupled components --- _posts/16-07-01-Components.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/16-07-01-Components.md b/_posts/16-07-01-Components.md index 1de7800..c614d9b 100644 --- a/_posts/16-07-01-Components.md +++ b/_posts/16-07-01-Components.md @@ -26,6 +26,7 @@ For example, you can use the [FuelPHP Validation package], without needing to us * [Symfony Components] * [The League of Extraordinary Packages] * Laravel's Illuminate Components + * [IoC Container] * [Eloquent ORM] * [Queue] @@ -43,6 +44,7 @@ components best decoupled from the Laravel framework are listed above._ [Orno]: https://github.com/orno [Symfony Components]: http://symfony.com/doc/current/components/index.html [The League of Extraordinary Packages]: http://thephpleague.com/ +[IoC Container]: https://github.com/illuminate/container [Eloquent ORM]: https://github.com/illuminate/database [Queue]: https://github.com/illuminate/queue [Illuminate components]: https://github.com/illuminate