Add elapsed and estimated time to Laravel (and Symfony) console commands
Laravel Artisan Console is a powerful functionality to write your console commands, also thanks to Symfony Console Component which represents the base engine for them. One feature I always wanted, but found out it exists only recently, is the estimat...

