Add PhpStorm run config
This commit is contained in:
parent
25296e79b6
commit
ad35d39d68
1 changed files with 10 additions and 0 deletions
10
.run/Dev Server.run.xml
Normal file
10
.run/Dev Server.run.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Dev Server" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/artisan" scriptParameters="serve">
|
||||
<CommandLine>
|
||||
<PhpTestInterpreterSettings>
|
||||
<option name="interpreterName" value="C:\tools\php82\php.exe" />
|
||||
</PhpTestInterpreterSettings>
|
||||
</CommandLine>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
Loading…
Reference in a new issue