diff options
Diffstat (limited to '.run')
-rw-r--r-- | .run/Dev Server.run.xml | 10 | ||||
-rw-r--r-- | .run/Development Server (External).run.xml | 5 | ||||
-rw-r--r-- | .run/Development Server.run.xml | 10 |
3 files changed, 15 insertions, 10 deletions
diff --git a/.run/Dev Server.run.xml b/.run/Dev Server.run.xml deleted file mode 100644 index b52f528..0000000 --- a/.run/Dev Server.run.xml +++ /dev/null @@ -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>
\ No newline at end of file diff --git a/.run/Development Server (External).run.xml b/.run/Development Server (External).run.xml new file mode 100644 index 0000000..aec6c1f --- /dev/null +++ b/.run/Development Server (External).run.xml @@ -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>
\ No newline at end of file diff --git a/.run/Development Server.run.xml b/.run/Development Server.run.xml new file mode 100644 index 0000000..3efd1e1 --- /dev/null +++ b/.run/Development Server.run.xml @@ -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>
\ No newline at end of file |