mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +02:00
Removed Illuminate from components listing
While they are technically available as separate components, the level of coupling is so incredibly high that one is not usually usable without multiple others - with the only exception here being illuminate\database. Until the others are packaged up in a way that makes them usable, with documentation on how to use them solo of Laravel, then these cannot realistically be considered as reusable components, regardless of anyones wishful thinking (my own included).
This commit is contained in:
@@ -21,6 +21,5 @@ just another repository for reusable components:
|
||||
[fuelval]: https://github.com/fuelphp/validation
|
||||
|
||||
* [Aura](http://auraphp.github.com/)
|
||||
* [FuelPHP (2.0 only)](https://github.com/fuelphp)
|
||||
* [Laravel's "Illuminate Components"](https://github.com/illuminate)
|
||||
* [FuelPHP](https://github.com/fuelphp)
|
||||
* [Symfony Components](http://symfony.com/doc/current/components/index.html)
|
||||
|
Reference in New Issue
Block a user