Set up run config for Symfony
Setting up PHP Storm for Symfony 4+ development.
Every time I run my project I usually open 2 terminal windows to run these commands/processes
1. I run local Symfony server
php bin/console server:run
2. I build and watch the frontend assets
yarn encore dev --watch
What is the best way to configure PHP Storm so when I press the 'Run' button these are executed in a couple of terminals in the background or something?
Please sign in to leave a comment.