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
Artisan is a php script so you can simply add a new PHP Script task:
File: Browse to you project directory and select artisan.
Arguments: serve
If your php interpreter is setup correctly in your PHPStorm settings, then you will be able run this task and it will automatically run at startup.