emacs-symfony-cli

Check-in [78426e9593]
Login
Overview
Comment:Fix newlines in README
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 78426e95938b81f8296de746bd28a5b148732cbb89391882c0539490f59830e0
User & Date: w96k on 2025-08-03 12:34:49
Other Links: manifest | tags | edit
Context
2025-08-03
12:37
Move http module related code to http directory check-in: a9718f9d0e user: w96k tags: trunk
12:34
Fix newlines in README check-in: 78426e9593 user: w96k tags: trunk
12:30
Add README file check-in: 51ea04dff4 user: w96k tags: trunk
Changes

Modified README from [3b70bb6617] to [074b06f99c].

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;