Easily adaptable console input/output writer for Symfony.
Go to file
2019-09-26 10:54:37 +02:00
src/Console Re-added lost files from last commit. 2019-09-26 10:54:37 +02:00
.gitignore Initial commit 2019-09-16 13:35:38 +02:00
composer.json Re-added lost files from last commit. 2019-09-26 10:54:37 +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.