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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ composer global require stichoza/laravel-coderunner
18
18
1. Right-click on `PHP` and select Duplicate.
19
19
1. Name new language `Laravel`.
20
20
1. Write following in the "Run Command" field:
21
-
```bash
22
-
laravel-coderunner $filename
23
-
```
21
+
22
+
```bash
23
+
laravel-coderunner $filename
24
+
```
24
25
25
26
### Running code for specific project.
26
27
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:
0 commit comments