This package consumes the following services:
Atom symfony-commands package
Run Symfony commands from within the editor.
Supports:
- Symfony 2, 3 and 4.
- Interactive commands (For example
generate:bundle
). - Multiple open projects.
- Running commands with all flags/options.
- Auto completion of command name (uses
fuzzaldrin
). - Composer commands.
The package also provides a modal window from which you can view all commands alongside the usage and help messages of each.
Limitations:
The Symfony project must be setup correctly in order to list or run commands. If a command cannot be run from the standard terminal, this package will also not be able to run it.
License
Copyright (c) 2017, Owen Parry (MIT License).