mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 16:54:00 +02:00
Merge pull request #604 from smoakey/gh-pages
Update 16-07-01-Components.md
This commit is contained in:
@@ -26,6 +26,7 @@ For example, you can use the [FuelPHP Validation package], without needing to us
|
|||||||
* [Symfony Components]
|
* [Symfony Components]
|
||||||
* [The League of Extraordinary Packages]
|
* [The League of Extraordinary Packages]
|
||||||
* Laravel's Illuminate Components
|
* Laravel's Illuminate Components
|
||||||
|
* [IoC Container]
|
||||||
* [Eloquent ORM]
|
* [Eloquent ORM]
|
||||||
* [Queue]
|
* [Queue]
|
||||||
|
|
||||||
@@ -43,6 +44,7 @@ components best decoupled from the Laravel framework are listed above._
|
|||||||
[Orno]: https://github.com/orno
|
[Orno]: https://github.com/orno
|
||||||
[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/
|
||||||
|
[IoC Container]: https://github.com/illuminate/container
|
||||||
[Eloquent ORM]: https://github.com/illuminate/database
|
[Eloquent ORM]: https://github.com/illuminate/database
|
||||||
[Queue]: https://github.com/illuminate/queue
|
[Queue]: https://github.com/illuminate/queue
|
||||||
[Illuminate components]: https://github.com/illuminate
|
[Illuminate components]: https://github.com/illuminate
|
||||||
|
Reference in New Issue
Block a user