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
Add Laravel support to [CodeRunner](https://coderunnerapp.com) (Tinker in CodeRunner).
4
+
Add Laravel support to **[CodeRunner](https://coderunnerapp.com)** (Tinker in CodeRunner).
5
+
6
+
<imgwidth="1216"alt="Screen Shot 2020年04月02日 at 14 58 24"src="https://user-images.githubusercontent.com/1139050/78280940-ef2cfa80-752a-11ea-8946-03eab08483f9.png">
5
7
6
8
## Installation
7
9
@@ -25,16 +27,16 @@ composer global require stichoza/laravel-coderunner
25
27
laravel-coderunner $filename
26
28
```
27
29
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>
30
+
<palign="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"></p>
29
31
30
32
**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
33
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>
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>
33
35
34
36
### Running code for specific project
35
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
38
37
39
1. Assuming you already have Laravel available in CodeRunner, click "Run Settings..." button right next to Run and Stop buttons.
38
40
1. Enter **absolute** path to your project in Arguments field.
39
41
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>
42
+
<palign="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"></p>
0 commit comments