console-writer/README.md
fristi 4720c49a85
Laravel dependency removed; Package now solely depends on Symfony's Console component.
+ Moved classes, modified paths to reflect dependency change.
2019-09-26 10:43:38 +02:00

6 lines
296 B
Markdown

# Console Writer
Console input/output writer for Symfony. Features a dedicated class for console
interactivity based on Symfony's Console component, allowing
easier styling through proper class inheritance while providing a simple and
non-obstructive interface for use in your console commands.