Easily adaptable console input/output writer for Symfony.
Go to file
fristi ea2824535a
Squashed commit of the following:
commit 2e6c1b4ca3
Author: fristi <fristi@danmaku.moe>
Date:   Thu Sep 26 11:17:57 2019 +0200

    Fixed namespaces.

commit 6783a9755a
Author: fristi <fristi@danmaku.moe>
Date:   Thu Sep 26 10:54:37 2019 +0200

    Re-added lost files from last commit.

commit 9c90879777
Author: fristi <fristi@danmaku.moe>
Date:   Thu Sep 26 10:53:16 2019 +0200

    Adapted project file structure to conform with composer standards.

commit 4720c49a85
Author: fristi <fristi@danmaku.moe>
Date:   Thu Sep 26 10:43:38 2019 +0200

    Laravel dependency removed; Package now solely depends on Symfony's Console component.

    + Moved classes, modified paths to reflect dependency change.

commit 914488bec2
Author: fristi <fristi@danmaku.moe>
Date:   Tue Sep 24 15:46:29 2019 +0200

    Renamed package to laravel-console-writer and fixed namespaces.
2019-09-26 12:41:01 +02:00
src/Console Squashed commit of the following: 2019-09-26 12:41:01 +02:00
.gitignore Initial commit 2019-09-16 13:35:38 +02:00
composer.json Squashed commit of the following: 2019-09-26 12:41:01 +02:00
LICENSE Squashed commit of the following: 2019-09-26 12:41:01 +02:00
README.md Squashed commit of the following: 2019-09-26 12:41:01 +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.