You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,47 @@ This package is Emacs interface to [[http://phpactor.github.io/phpactor/][Phpact
11
11
#+END_HTML
12
12
** Instalation
13
13
14
-
After having installed this package, run `phpactor-update` (this will install a supported version of phpactor inside phpactor.el's installation folder).
15
-
*NOTICE*: To ensure the appropriate version of Phpactor is installed, please run this command after every upgrade of phpactor.el
14
+
*Requirement*: You need to have composer globally installed.
After having installed this package, run `phpactor-install-or-update` (this will install a supported version of phpactor inside `.emacs.d/phpactor`).
31
+
32
+
*NOTICE*: To ensure the supported version of Phpactor is installed, you might need to run this command again after an upgrade of this package.
16
33
17
34
Alternatively, you can install Phpactor on your own and configure `phpactor-executable` but please be aware that any change in Phpactor's rpc protocol can introduce breakages.
See https://phpactor.github.io/phpactor/configuration.html
22
50
23
51
** Troubleshooting
24
52
25
53
You can run ``phpactor-status`` while visiting a project file.
26
54
27
55
If needed, configure [[https://github.com/emacs-php/php-mode/blob/1f04813f46219e626b385d0d96abefad914bfae0/php-project.el#L54][the way the project root is detected]] via .dir-locals.el
56
+
57
+
"*Phpactor Output*" buffer might also contain useful informations.
0 commit comments