Update run configurations

This commit is contained in:
floppydiskette 2023-12-05 00:10:49 +00:00
parent 384b7769ab
commit d0e2d64582
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:yXxSuswzElTluzXjKgvZK0bDGhTaj/XbArybRDr+Mfs
3 changed files with 15 additions and 10 deletions

View file

@ -1,10 +0,0 @@
<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>

View file

@ -0,0 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Development Server (External)" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/artisan" scriptParameters="serve --host 0.0.0.0 --port 8000">
<method v="2" />
</configuration>
</component>

View file

@ -0,0 +1,10 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Development Server" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/artisan" scriptParameters="serve">
<CommandLine>
<PhpTestInterpreterSettings>
<option name="interpreterName" value="/usr/local/Cellar/php/8.2.8/bin/php" />
</PhpTestInterpreterSettings>
</CommandLine>
<method v="2" />
</configuration>
</component>