Opening PhpStorm projects directly from the terminal not only looks pretty cool, it also saves you some time every day. In this short post you will learn to configure this behavior similar to VisualStudioCode.
Settings
Start PHPStorm and select under Tools => "Create Command-line Launcher...".
Now to open PHPStorm with the terminal, replace pstorm with your own command.
Of course you can also use the default.
/usr/local/bin/myCommand
Now you can easily open your project from the console