mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +02:00
Re-add Laravel Illuminate to component list
This commit is contained in:
@@ -4,17 +4,17 @@ isChild: true
|
|||||||
|
|
||||||
## Components {#components_title}
|
## 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:
|
component repositories exist, the main two of which are:
|
||||||
|
|
||||||
* [Packagist](/#composer_and_packagist)
|
* [Packagist](/#composer_and_packagist)
|
||||||
* [PEAR](/#pear)
|
* [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.
|
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
|
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
|
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:
|
just another repository for reusable components:
|
||||||
|
|
||||||
[dm]: /#dependency_management
|
[dm]: /#dependency_management
|
||||||
@@ -22,5 +22,6 @@ just another repository for reusable components:
|
|||||||
|
|
||||||
* [Aura](http://auraphp.github.com/)
|
* [Aura](http://auraphp.github.com/)
|
||||||
* [FuelPHP](https://github.com/fuelphp)
|
* [FuelPHP](https://github.com/fuelphp)
|
||||||
|
* [Laravel's "Illuminate Components"](https://github.com/illuminate)
|
||||||
* [Symfony Components](http://symfony.com/doc/current/components/index.html)
|
* [Symfony Components](http://symfony.com/doc/current/components/index.html)
|
||||||
* [The League of Extraordinary Packages](http://thephpleague.com/)
|
* [The League of Extraordinary Packages](http://thephpleague.com/)
|
||||||
|
Reference in New Issue
Block a user