You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,14 @@ laravel-coderunner $filename
33
33
34
34
<palign="center"><imgwidth="619"alt="Screen Shot 2020年04月02日 at 14 40 22"src="https://user-images.githubusercontent.com/1139050/78240331-e9fe8a00-74ef-11ea-8da6-102ade27cbe6.png"></p>
35
35
36
-
### Running code for specific project
37
-
By default, the code is evaluated in default Laravel installation that is provided with this package. Follow this steps if you want to run code in different project:
36
+
### Running in default laravel app
37
+
38
+
To run code in default laravel app, run `laravel-coderunner install-default` in your terminal (Only once, after installing this package).
39
+
40
+
If you want to reset the default app, you can run `laravel-coderunner reset-default` anytime.
41
+
42
+
### Running in specific project
43
+
By default, the code is evaluated in default Laravel installation described above. Follow this steps if you want to run code in different project:
38
44
39
45
1. Assuming you already have Laravel available in CodeRunner, click "Run Settings..." button right next to Run and Stop buttons.
40
46
1. Enter **absolute** path to your project in Arguments field.
0 commit comments