9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
-
-
|
interact with Symfony projects using Emacs.
** Features:
*** TODO List all Symfony console actions and their options
*** TODO Execute actions and see output buffers with links to the classes for quick jumps
*** TODO Debug routes / service containers and use other debug symfony actions
** How to start contributing:
You will need PHP, composer and Symfony installation.
[Symfony PHP extension requirements](https://symfony.com/doc/current/setup.html)
#+begin_src bash
fossil clone http://username@wkz-devel.org/emacs-symfony-cli emacs-symfony-cli.fossil; # change username to your login in fossil
mkdir -p emacs-symfony-cli; cd emacs-symfony-cli;
fossil open ../emacs-symfony-cli.fossil;
sudo apt install php composer git;
|