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
[](https://packagist.org/packages/clue/shell-react)
5
5
6
6
Run async commands within any interactive shell command, built on top of [ReactPHP](https://reactphp.org/).
@@ -13,57 +13,65 @@ Once [installed](#install), you can use the following code to run an interactive
13
13
bash shell and issue some commands within:
14
14
15
15
```php
16
+
<?php
17
+
18
+
require __DIR__ . '/vendor/autoload.php';
19
+
16
20
$launcher = new Clue\React\Shell\ProcessLauncher();
0 commit comments