1
2
3
4
5
6
7
8
9
10
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
+
-
+
+
+
+
+
+
+
+
+
+
+
|
# emacs-symfony-cli
Status: Pre-Alpha
This Emacs package offers an interface of ./bin/console for Symfony development, inspired by the functionality and user experience of Magit.
This Emacs package offers an interface for Symfony development, inspired by the functionality and user experience of Magit. It aims to streamline usage of Symfony cli making it easier to interact with Symfony projects using Emacs.
It aims to streamline usage of Symfony cli making it easier to interact with Symfony projects using Emacs.
## Features
- List all Symfony console actions and their options [planned]
- 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)
- `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
|