Easily adaptable console input/output writer for Symfony.
Go to file
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
danmaku/console-writer Laravel dependency removed; Package now solely depends on Symfony's Console component. 2019-09-26 10:43:38 +02:00
.gitignore Initial commit 2019-09-16 13:35:38 +02:00
LICENSE Renamed package to laravel-console-writer and fixed namespaces. 2019-09-24 15:46:29 +02:00
README.md Laravel dependency removed; Package now solely depends on Symfony's Console component. 2019-09-26 10:43:38 +02:00

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.