aboutsummaryrefslogtreecommitdiff
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
commitfcb30657cbcda509c27a8a184f2d2fe2b1de5b62 (patch)
tree5828428afd24086a8d6fdcd984b05ca206817d7e
parent4066dbb6d31fd7d32cc0133f4f8a249343357551 (diff)
Add PhpStorm run config
-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