Re-add Laravel Illuminate to component list

This commit is contained in:
Josh Lockhart
2014-02-13 19:50:53 -05:00
parent 5870bf3981
commit 7cd1a5345e

View File

@@ -4,17 +4,17 @@ isChild: true
## Components {#components_title}
As mentioned above "Components" are another approach to the common goal of creating, distributing and implementing shared code. Various
As mentioned above "Components" are another approach to the common goal of creating, distributing and implementing shared code. Various
component repositories exist, the main two of which are:
* [Packagist](/#composer_and_packagist)
* [PEAR](/#pear)
Both of these repositories have command line tools associated with them to help the installation and upgrade processes, and have been
Both of these repositories have command line tools associated with them to help the installation and upgrade processes, and have been
explained in more detail in the [Dependency Management][dm] section.
There are also component-based frameworks, which allow you to use their components with minimal (or no) requirements. For example, you
can use the [FuelPHP Validation package][fuelval], without needing to use the FuelPHP framework itself. These projects are essentially
There are also component-based frameworks, which allow you to use their components with minimal (or no) requirements. For example, you
can use the [FuelPHP Validation package][fuelval], without needing to use the FuelPHP framework itself. These projects are essentially
just another repository for reusable components:
[dm]: /#dependency_management
@@ -22,5 +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)
* [Symfony Components](http://symfony.com/doc/current/components/index.html)
* [The League of Extraordinary Packages](http://thephpleague.com/)