We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4c5cb commit cc7a823Copy full SHA for cc7a823
README.md
@@ -9,9 +9,11 @@ Add Laravel support to **[CodeRunner](https://coderunnerapp.com)** (Tinker in Co
9
10
Install this package globally via [Composer](https://getcomposer.org/).
11
12
-```
+```bash
13
composer global require stichoza/laravel-coderunner
14
-
+```
15
+And initialize default laravel app (optional).
16
17
laravel-coderunner install-default
18
```
19
0 commit comments