mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-31 00:59:53 +02:00
Style consistency Round 2
- spacing of jekyll tags at top of file - line wrap at 120 chars - url/link verification and move to bottom and order
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
title: Platform as a Service (PaaS)
|
||||
title: Platform as a Service (PaaS)
|
||||
isChild: true
|
||||
anchor: platform_as_a_service
|
||||
anchor: platform_as_a_service
|
||||
---
|
||||
|
||||
## Platform as a Service (PaaS) {#platform_as_a_service_title}
|
||||
## Platform as a Service (PaaS) {#platform_as_a_service_title}
|
||||
|
||||
PaaS provides the system and network architecture necessary to run PHP applications on the web. This means little to no
|
||||
configuration for launching PHP applications or PHP frameworks.
|
||||
PaaS provides the system and network architecture necessary to run PHP applications on the web. This means little to no
|
||||
configuration for launching PHP applications or PHP frameworks.
|
||||
|
||||
Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can
|
||||
find a list of [PHP PaaS "Platform as a Service" providers](#php-paas-providers) in our [resources section](#resources).
|
||||
Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can
|
||||
find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources).
|
Reference in New Issue
Block a user