Console
Console
- The Console Component - symfony.com
- Console Commands - symfony.com
- Building a single Command Application - symfony.com
- How to Call Other Commands - symfony.com
- How to Call a Command from a Controller - symfony.com
Built-in commands
Custom commands
Configuration
- Configuring the Command - symfony.com
- How to Define Commands as Services - symfony.com
- How to Hide Console Commands - symfony.com
- How to Make Commands Lazily Loaded - symfony.com
- Prevent Running the Same Console Command Multiple Times - symfony.com
Options and arguments
- Console Input (Arguments & Options) - symfony.com
- Understanding how Console Arguments and Options Are Handled - symfony.com
Input and Output objects
- Console Input (Arguments & Options) - symfony.com
- How to Style a Console Command - symfony.com
- How to Color and Style the Console Output - symfony.com
- InputInterface code - symfony.com
- OutputInterface code - symfony.com
Built-in helpers
- The Console Helpers - symfony.com
- Cursor Helper - symfony.com
- Debug Formatter Helper - symfony.com
- Formatter Helper - symfony.com
- Process Helper - symfony.com
- Progress Bar - symfony.com
- Question Helper - symfony.com
- Table - symfony.com