1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:40:04 +08:00

Update php layer

This commit is contained in:
wsdjeg 2017-08-27 20:40:37 +00:00
parent 11c7d5cbda
commit de7e68a5eb
2 changed files with 30 additions and 9 deletions

View File

@ -1,3 +1,12 @@
"=============================================================================
" php.vim --- lang#php layer
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
"=============================================================================
"" ""
" @section lang#php, layer-lang-php " @section lang#php, layer-lang-php
" @parentsection layers " @parentsection layers

View File

@ -1,13 +1,25 @@
# [Layers](https://spacevim.org/layers) > lang#php ---
title: "SpaceVim lang#php layer"
---
This layer is for php development. # [SpaceVim Layers:](https://spacevim.org/layers) lang#php
## Install <!-- vim-markdown-toc GFM -->
* [Description](#description)
* [Layer Installation](#layer-installation)
* [Requirement](#requirement)
To include this layer, add `SPLayer 'lang#php'` to your custom configuration file. <!-- vim-markdown-toc -->
## Description
## Requirement This layer adds PHP language support to SpaceVim.
## Layer Installation
To use this configuration layer, add `SPLayer 'lang#php'` to your custom configuration file.
### Requirement
1. [PHP 5.3+](http://php.net/) 1. [PHP 5.3+](http://php.net/)
2. [PCNTL](http://php.net/manual/en/book.pcntl.php) Extension 2. [PCNTL](http://php.net/manual/en/book.pcntl.php) Extension