Not sure what you are after here, but it sounds like you are not building a web application, but rather a application that uses the command line to interact with the user.
Laravel is a framework for building web applications/apis, and not really built for making command line tools like that.
I would probably roll my own with the help from some components