mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 11:10:37 +02:00
Re-add Laravel Illuminate to component list
This commit is contained in:
@@ -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/)
|
||||
|
Reference in New Issue
Block a user