I am working with a project locally and I want to run \"php artisan serve\" with the PhpStorm\'s startup task feature every time I start the project.
I went to
Where do I add this PHP task? – Brad
phpstorm 2017.2
File -> Settings... -> Tools -> Startup Tasks -> +(Add) -> PHP Script
Name: serve
Single instance only - checked
File: path/to/artisan
Arguments: serve