Update run configurations
This commit is contained in:
parent
384b7769ab
commit
d0e2d64582
3 changed files with 15 additions and 10 deletions
|
@ -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>
|
5
.run/Development Server (External).run.xml
Normal file
5
.run/Development Server (External).run.xml
Normal 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>
|
10
.run/Development Server.run.xml
Normal file
10
.run/Development Server.run.xml
Normal 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>
|
Loading…
Reference in a new issue