Run Multiple CLI Commands At Once
"Solo for Laravel is a package to run multiple commands at once, to aid in local development. After installing, you can open the SoloServiceProvider to add or remove commands.
You can have all the commands needed to run your application behind a single command:
php artisan solo
Each command then runs in its own tab in Solo."
Aaron Francis
@aarondfrancis