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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ composer global require stichoza/laravel-coderunner
23
23
laravel-coderunner $filename
24
24
```
25
25
26
+
**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.
27
+
26
28
### Running code for specific project
27
29
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