-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkbench.run.xml
More file actions
36 lines (31 loc) · 1.92 KB
/
Copy pathworkbench.run.xml
File metadata and controls
36 lines (31 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="build" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/vendor/bin/testbench" scriptParameters="workbench:build --ansi">
<CommandLine workingDirectory="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration default="false" name="queue" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/vendor/bin/testbench" scriptParameters="queue:work --ansi">
<CommandLine workingDirectory="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration default="false" name="schedule" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/vendor/bin/testbench" scriptParameters="schedule:work --ansi">
<CommandLine workingDirectory="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration default="false" name="reverb" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/vendor/bin/testbench" scriptParameters="reverb:start --debug --ansi">
<CommandLine workingDirectory="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration default="false" name="serve" type="PhpLocalRunConfigurationType" factoryName="PHP Console" path="$PROJECT_DIR$/vendor/bin/testbench" scriptParameters="serve --ansi">
<CommandLine workingDirectory="$PROJECT_DIR$" />
<method v="2">
<option name="LaunchBrowser.Before.Run" url="http://127.0.0.1:8000" />
</method>
</configuration>
<configuration default="false" name="workbench" type="CompoundRunConfigurationType">
<toRun name="queue" type="PhpLocalRunConfigurationType" />
<toRun name="schedule" type="PhpLocalRunConfigurationType" />
<toRun name="reverb" type="PhpLocalRunConfigurationType" />
<toRun name="serve" type="PhpLocalRunConfigurationType" />
<method v="2" />
</configuration>
</component>