Exploring the Symfony Tui component
php
dev.to
I had seen the Symfony Tui component announcement, but I just got the time to start to explore it. Setup To explore the component fast I checked out the PR. Added "App\\" : "src/App" to composer.json. Created a command, TuiTestCommand, in the App directory, and a bin/console file with a console application and the command. In the following sections I'm going to take baby steps to understand how the component works. Returning a text The standard way to return a text is $o