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
@@ -25,10 +25,16 @@ composer global require stichoza/laravel-coderunner
25
25
laravel-coderunner $filename
26
26
```
27
27
28
-
**Note:** If you don't have composer path added in your `.profile` or `.bash_profile`, go to CodeRunner preferences, navigate to Advanced tab and add `/Users/YOUR_USERNAME/.composer/vendor/bin` to `PATH` shell variable.
28
+
<divstyle="text-align: center"><imgwidth="737"alt="Screen Shot 2020年04月02日 at 14 36 34"src="https://user-images.githubusercontent.com/1139050/78239965-6ba1e800-74ef-11ea-8990-09caf61b8a87.png"></div>
29
+
30
+
**Note:** If you don't have composer path added in your `.profile` or `.bash_profile`, go to CodeRunner preferences, navigate to Advanced tab and add `/Users/YOUR_USERNAME/.composer/vendor/bin` to `PATH` shell variable.
31
+
32
+
<divstyle="text-align: 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"></div>
29
33
30
34
### Running code for specific project
31
35
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:
32
36
33
37
1. Assuming you already have Laravel available in CodeRunner, click "Run Settings..." button right next to Run and Stop buttons.
34
-
1. Enter **absolute** path to your project in Arguments field.
38
+
1. Enter **absolute** path to your project in Arguments field.
39
+
40
+
<divstyle="text-align: center"><imgwidth="1096"alt="Screen Shot 2020年04月02日 at 14 44 34"src="https://user-images.githubusercontent.com/1139050/78240762-7f018300-74f0-11ea-9e42-fa0ad2b4612b.png"></div>
0 commit comments