emacs-symfony-cli

Changes To emacs-symfony-cli
Login

Changes to "emacs-symfony-cli" between 2025-07-19 22:24:06 and 2025-07-19 22:27:54

9
10
11
12
13
14
15

16
17
18
19
20
21
22
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23







+







- Execute actions and see output buffers with links to the classes for quick jumps [planned]
- Debug routes / service containers and use other debug symfony actions [planned]

## How to start contributing
You will need PHP, composer and Symfony installation.
[Symfony PHP extension requirements](https://symfony.com/doc/current/setup.html)

- `fossil clone http://username@wkz-devel.org/emacs-symfony-cli/` # change username to your login in fossil
- `sudo apt install php composer git `
- `git clone https://github.com/symfony/demo.git`
- `cd demo`
- `sudo apt install php-sqlite3 php-tokenizer php-xml php-opcache` # install symfony required php extensions
- `composer install`
- `./bin/console` # The screen that we need to wrap