aboutsummaryrefslogtreecommitdiff
path: root/.run
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2023-10-15 19:40:47 +0100
committerFrankie B <floppydisk05@aol.com>2023-10-15 19:40:47 +0100
commitad35d39d680541cb4dd664737339c575c4b083f0 (patch)
tree5828428afd24086a8d6fdcd984b05ca206817d7e /.run
parent25296e79b6cc4112272559c8151d4f10894d8668 (diff)
Add PhpStorm run config
Diffstat (limited to '.run')
-rw-r--r--.run/Dev Server.run.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.run/Dev Server.run.xml b/.run/Dev Server.run.xml
new file mode 100644
index 0000000..b52f528
--- /dev/null
+++ b/.run/Dev Server.run.xml
@@ -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> \ No newline at end of file