fix: add explanation for php document
Add some explanation for phpactor server and its prerequisites.
This commit is contained in:
parent
664937a3f3
commit
ed94779bff
1 changed files with 4 additions and 2 deletions
|
@ -46,7 +46,7 @@ This module has no dedicated maintainers.
|
|||
** Module Flags
|
||||
+ =+hack= Add support for the [[https://hacklang.org/][Hack dialect of PHP]] by Facebook.
|
||||
+ =+lsp= Enable LSP support through phpactor. Requires the ~:tools lsp~ module
|
||||
and the phpactor server to be installed on your system.
|
||||
and the [[https://phpactor.readthedocs.io/en/develop/usage/standalone.html][phpactor server]] to be installed on your system.
|
||||
|
||||
** Plugins
|
||||
+ [[https://github.com/tomterl/php-boris][async]]
|
||||
|
@ -65,7 +65,9 @@ This module has no dedicated maintainers.
|
|||
|
||||
* Prerequisites
|
||||
** PHP
|
||||
To get started with PHP, you'll need ~php~ (5.3+) and ~composer~:
|
||||
To get started with PHP, you'll need ~php~ (5.3+) and ~composer~.
|
||||
|
||||
Note: in order to make full use of phpactor server, ~php~ (7.3+) is recommended.
|
||||
|
||||
*** MacOS
|
||||
PHP 5.5 comes prepackaged with newer versions of MacOS. These instructions are provided for reference:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue