Skip to content

Moved all php web frameworks to web app #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Symfony
subsection: php
order: 3
title: PHP Symfony
subsection: web-app
order: 8
---

# Symfony installation
Expand All @@ -11,3 +11,4 @@ To install the latest upstream version of Symfony, type:
```
$ sudo dnf install php-symfony
```

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Zend Framework 2
subsection: php
order: 4
title: PHP Zend Framework 2
subsection: web-app
order: 9
---

# Zend Framework 2 installation
Expand All @@ -11,3 +11,4 @@ To install the latest upstream version of Zend Framework 2, type:
```
$ sudo dnf install php-ZendFramework2
```

9 changes: 9 additions & 0 deletions tech/languages/php/php-frameworks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Frameworks
subsection: php
order: 3
---

* [Laravel 5](/start/sw/web-app/laravel5.html)
* [Symfony](/start/sw/web-app/php-symfony.html)
* [Zend](/start/sw/web-app/php-zend.html)
2 changes: 1 addition & 1 deletion tech/languages/php/php-sig.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PHP SIG
subsection: php
order: 6
order: 4
---

# PHP Special Interest Group
Expand Down